Skip to content

Commit 7719faf

Browse files
upgrade to latest dependencies
bumping golang.org/x/sync fe3591b...b637f27: > b637f27 errgroup: drop support for Go versions before 1.20 > 960bf1f all: upgrade go directive to at least 1.23.0 [generated] bumping golang.org/x/sys 863b3c4...74cfc93: > 74cfc93 all: upgrade go directive to at least 1.23.0 [generated] bumping golang.org/x/tools 09747cd...6a5b66b: > 6a5b66b go.mod: update golang.org/x dependencies > 25a90be gopls/internal/golang: Implementations for func types > db6008c go/types/internal/play: show Cursor.Stack of selected node > ece9e9b gopls/doc/generate: add status in codelenses and inlayhints > 340f21a gopls: move gopls/doc/generate package > 0721940 gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq > 8d38122 gopls/internal/cache: reproduce and fix crash on if cond overflow > d81d6fc gopls/internal/util/asm: better assembly parsing > 455db21 gopls/internal/cache/parsego: fix OOB crash in fixInitStmt > 2b1f550 gopls/internal/analysis/gofix: allow literal array lengths > 0ffdb82 gopls/internal/analysis/gofix: add vet analyzer > 2839096 gopls/internal/analysis/gofix: generic aliases > 0efa5e5 gopls/internal/analysis/modernize: rangeint: non-integer untyped constants > d141499 cmd/toolstash: fix windows executable name handling > 5f02a3e gopls/internal/analysis/modernize: don't import slices within slices > b2aa62b internal/stdlib: provide API for import graph of std library > 608d370 internal/imports: use a more straightforward return value > 408d2e2 x/tools: remove workarounds for Go <1.23 > 66eb306 Revert "internal/settings: drop "annotations" setting" > ff03c59 gopls/internal/analysis/modernize: append -> bytes.Clone > 1cc80ad internal/event/export/ocagent: delete > 8f4b8cd gopls/internal/golang: add package symbols comment > 57b529a doc/release/v0.18.0.md: add -fix flag > 63229bc gopls/internal/analysis/gofix: register "alias" fact type > d740adf gopls/internal/settings: correct SemanticTokenTypes source > 779331a gopls/internal/test/integration/misc: only test asm on {arm,amd}64 > 5dc980c gopls/internal/test/integration/misc: fix "want" assembly > 6399d21 go/analysis/passes/reflectvaluecompare/cmd/reflectvaluecompare: add main.go > 7fed2a4 gopls/internal/analysis/modernize: fix bug in rangeint > 6f7906b x/tools: use ast.IsGenerated throughout > e890c1f gopls/internal/golang: Assembly: support package level var and init > 6d4af1e gopls/internal/golang: Assembly: update "Compiling" message > bf9e2a8 gopls/internal: test fixes for some imports bugs > 851c747 gopls/internal/golang: fix crash when hovering over implicit > 3e76cae internal/analysisinternal: ValidateFix: more specific errors > d2fcd36 go/analysis/passes/unreachable/testdata: relax test for CL 638395 > 2b2a44e gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion > 739a5af gopls/internal/test/marker: skip on the freebsd race builder > 274b237 gopls: add a -severity flag for gopls check > 5299dcb gopls/internal/settings: fix misleading error messages > 3d7c2e2 gopls/internal/golang: add missing json tags for hoverResult > 6e3d8bc gopls/internal/analysis/gofix: use 1.24 iterators > 1c52ccd gopls/internal/analysis/gofix: inline most aliases > 4e0c888 gopls/internal/hover: show alias rhs type declaration on hover > 7347766 gopls/internal/test: fix failures when running tests with GOTOOLCHAIN > f2beb33 gopls: temporarily reinstate the "Structured" hover kind > 23211ff gopls/internal/test/integration: better expectation failures > 8b85edc gopls/internal: use go1.24-isms > f95771e gopls/go.mod: update to go1.24 > 96bfb60 gopls/internal/analysis/modernize: fix minmax bug > 1f6c6d6 gopls/doc: adjust nvim-lspconfig link target > 33f1ed9 gopls/go.mod: update dependencies following the v0.18.0 release > 9f7a2b6 gopls/doc/features: tweak markdown > f0af81c gopls/internal/goasm: support Definition in Go *.s assembly > 300465c gopls/internal/analysis/modernize: fix rangeint bug > 8a39d47 gopls/internal/golang: Add "Eliminate dot import" code action. > 99337eb x/tools: modernize interface{} -> any > 107c5b2 gopls/internal/analysis/modernize: disable unsound maps.Clone fix > 0b693ed internal/astutil/cursor: FindPos: don't assume Files are in Pos order > cd01e86 gopls/internal/golang: make singleFileFixer like fixer > 4991e7d gopls/internal/golang: use pgf.Cursor in CodeAction fix > 877c1d1 gopls: address various staticcheck findings > 44abb0a go/types/internal/play: display type structure > 3c245da gopls: fix diagnostics integration test > e6754ce gopls/internal/cache/parsego: add File.Cursor, and use it > 776604a gopls/internal/analysis/modernize: sortslice: fix crash > df7baa0 gopls/internal/analysis/simplifyrange: more precise fix > ad5dd98 gopls: fix a few bugs related to the new modcache imports source > 4b3fdfd go/analysis/passes/printf: suppress diagnostic for Println("...%XX...") > fe883a8 gopls/internal/analysis/unusedvariable: refine bug.Report golang/go# 71812 > d115b34 gopls/internal/analysis: simplify type-error analyzers with Cursor > c18bffa all: delete redundant //go:debug gotypesalias=1 directives [generated] > 94db710 all: upgrade go directive to at least 1.23.0 [generated] > ead62e9 gopls/internal/analysis/modernize: handle parens > 32ffaa3 gopls/internal/analysis/gofix: one function per kind > 2880aae gopls/internal/protocol: Avoid omitempty for integer fields > 8807101 gopls/internal/analysis/gofix: one function per pass > c0dbb60 gopls: tweak release notes > 85a3833 internal/analysis/gofix: simple type aliases > 809cde4 gopls/internal/analysis/modernize: fix bug in minmax > ab04c19 gopls/internal/analysis/modernize: improve rangeint transformation > ddd4bde gopls/internal/golang: avoid PackageSymbols errors with missing packages > 44b61a1 x/tools: eliminate various unparen (et al) helpers > d0d86e4 x/tools: run gopls/internal/analysis/gofix/main.go -fix > 2f1b076 x/tools: add //go:fix inline > 86f13a9 gopls/internal/analysis/gofix: rename local > 5762944 gopls/internal/analysis/gofix: check package visibility > f9aad70 go/types/typeutil: avoid shifting uintptr by 32 on 32-bit archs > b5a64bb go/analysis/internal/checker: be silent with -fix > b752317 internal/analysisinternal: disable AddImport test without go command > d98774e cmd/signature-fuzzer/internal/fuzz-generator: update to math/rand/v2 > 2593262 gopls/internal/telemetry/cmd/stacks: remove leading \b match > b3c5d10 gopls: record telemetry counters for settings that are used > d2585c4 gopls/internal/golang: folding range: remove FoldingRangeInfo > 0d16805 internal/stdlib: update stdlib index for Go 1.24.0 > 027eab5 go/analysis/analysistest: RunWithSuggestedFix: 3-way merge > f61b225 internal/analysisinternal: AddImport puts new import in a group > 91bac86 internal/analysisinternal: add CanImport > 94c41d3 gopls/internal/golang: add comment about SymbolKind bumping knative.dev/pkg 0372c08...b7bbf4b: > b7bbf4b Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (# 3157) > 097c752 Bump golang.org/x/tools from 0.30.0 to 0.31.0 (# 3155) bumping golang.org/x/text 3b64043...566b44f: > 566b44f go.mod: update golang.org/x dependencies > d5156da collate/build: do not use println in tests > 221d88c x/text: fix scientific notation by removing extraneous spaces > b18c107 internal/export/unicode: change C comment to mention unassigned code points > 835f8ac language: use a more straightforward return value > ae68efb internal/export/unicode: add CategoryAliases, Cn, and LC > 518d9c0 all: upgrade go directive to at least 1.23.0 [generated] bumping golang.org/x/mod 52289f1...dc121ce: > dc121ce all: upgrade go directive to at least 1.23.0 [generated] bumping golang.org/x/net df97a48...99b3ae0: > 99b3ae0 go.mod: update golang.org/x dependencies > 85d1d54 go.mod: update golang.org/x dependencies > cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts > fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix > 459513d internal/http3: move more common stream processing to genericConn > aad0180 http2: fix flakiness from t.Log when GOOS=js > b73e574 http2: don't log expected errors from writing invalid trailers > 5f45c77 internal/http3: make read-data tests usable for server handlers > 43c2540 http2, internal/httpcommon: reject userinfo in :authority > 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3 > 0d7dc54 quic: add Conn.ConnectionState > b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup > 163d836 internal/http3: add Server > 447f458 context: delete lone example > 918d64e context: delete dead code, sync docs with upstream context package > 5095d0c all: upgrade go directive to at least 1.23.0 [generated] > 8844327 internal/httpcommon: don't depend on net/http > cd9d661 route: fix RTM_GET netmask parsing on Darwin bumping golang.org/x/term 743b270...04218fd: > 04218fd go.mod: update golang.org/x dependencies > 208db03 all: upgrade go directive to at least 1.23.0 [generated] bumping google.golang.org/grpc 98a0092...d01db5c: > d01db5c Change version to 1.71.0 (# 8105) > 012f8bf xds: Enable dualstack flag (# 8134) > bf0c885 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) (# 8115) > 05bdd66 ringhash: Remove TODO comment (# 8096) > ddb2484 xds: remove obsolete xDS transport custom dialer option (# 8079) > 8528f43 cleanup: replace Dial with NewClient (# 7975) > ae2a04f ringhash: Replace DNS resolver before sending xDS Update in test (# 8091) > e55819e lazy: Use channel to wait for resolver error being received in test (# 8088) > b524c08 xdsclient: include xds node ID in errors from the WatchResource API (# 8093) > 91eb6aa client: improve documentation of target strings (# 8078) > 59c84a9 rls: change lossy GetState() and WaitForStateChange() to use grpcsync.PubSub (# 8055) > a26ff2a ringhash: Sort endpoints to prevent unnecessary connection attempts (# 8086) > fabe274 ringhash: Delegate subchannel creation to pickfirst (# 8047) > 75c51bf interop: Introduce env var for xDS dualstack support and add xDS interop config (# 8081) > cf60e5a test: Remove fake petiole in health tests (# 8082) > 0003b4f weightedtarget: return erroring picker when no targets are configured (# 8070) > 4b5608f xdsclient: invoke connectivity failure callback only after all listed servers have failed (# 8075) > ad5cd32 cleanup: Remove test contexts without timeouts (# 8072) > e95a4b7 roundrobin: Delegate subchannel creation to pickfirst (# 7966) > cbb5c2f advancedtls: update CRL provider certificates (# 8073) > c80ea18 interop: Fix logging and totalIterations issues in soak_tests.go (# 8060) > e0d191d test/gracefulstop: use stubserver instead of testservice implementation (# 7907) > 9afb49d endpointsharding: cast EndpointMap values to *balancerWrapper instead of Balancer (# 8069) > 267a09b xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates (# 8038) > f227ba9 balancer: Move metrics recorder from BuildOptions to ClientConn (# 8027) > 3e27c17 balancer: Enforce embedding requirement for balancer.ClientConn (# 8026) > b963f4b deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (# 8067) > 79b6830 xds: resubmit xds client pool changes from # 7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (# 8050) > 947e2a4 internal/dns: update TestDNSResolver_ExponentialBackoff to not return error before last resolution attempt (# 8061) > ee3e8d9 test: modify tests to use stubserver instead of Testservice implementation (# 8022) > 990f5e0 endpointsharding, lazy: Remove intermediary gracefulswitch balancers (# 8052) > 7dbf12e xds: introduce generic xds clients common configs (# 8024) > c524b8b outlierdetection: Support ejection of endpoints (# 8045) > 1318104 Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)" (# 8058) > 39f0e5a vet: make revive check submodules for lint errors (# 8029) > e4a0dfd grpcsync : Remove OnceFunc (# 8049) > 78eebff stats/opentelemetry: Introduce Tracing API (# 7852) > 7e1c9b2 test: modify tests to use stubserver (# 7951) > 59411f2 xds: add xDS transport custom dial options support (# 7997) > 73e4470 cleanup: fix new vet errors (# 8044) > cc637f7 xds: log bootstrap config missing warning from env var only when debugging (# 8039) > 3409a56 cleanup: rename fields for clarity (# 8043) > b0e2ae9 endpointsharding: Allow children to remain idle if configured (# 8031) > 81e4aaf balancer/lazy: Add a lazy balancer (# 8032) > e03960d xds: Implement system root certs support (# 8013) > cf9e380 picker_wrapper: simplify picker error when timing out waiting for con… (# 8035) > 9d4fa67 transport_test: change testgrpc.Emtpy to testpb.Empty (# 8040) > 2fd426d transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (# 7881) > 66f6471 *: regenrate pbs (# 8034) > 35cec50 grpc: Fix encoded message size reported in error message (# 8033) > 2517a46 xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898) > 897818a interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 8025) > 8cf8fd1 grpc: fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (# 7918) > 67bee55 server: fix buffer release timing in processUnaryRPC (# 7998) > fe04c06 xds: remove unused code in testutils (# 8003) > be12ee9 deps: Update go.opentelemetry.io dependencies (# 8020) > eb7c484 Revert "interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)" (# 8019) > c26dd46 deps: bump github.com/golang/glog (# 8018) > c879198 cleanup: fix comments spacing (# 8015) > 89093a3 github: Run deps workflow against PR target branch and improve dir names (# 8010) > 9dc22c0 xdsclient: release lock before attempting to close underlying transport (# 8011) > eb1adde credentials: Add experimental credentials that don't enforce ALPN (# 7980) > 130c1d7 leastrequest: Delegate subchannel creation to pickfirst (# 7969) > 74ac821 endpointsharding: Export parsed pickfirst config instead of json string (# 8007) > f35fb34 authz: modify the tests to use stubserver instead of testservice implementations (# 7888) > aad8a12 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) > f9bc335 deps: update dependencies for all modules (# 7987) > 2d4daf3 protoc-gen-go-grpc: Update grpc-go and unskip test (# 7995) > 62b4867 clusterresolver: Avoid blocking for subsequent resolver updates in test (# 7937) > 9223fd6 deps: bump github.com/envoyproxy/go-control-plane to v0.13.4 (# 7974) > d118866 interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926) > 6f41085 Change version to 1.71.0-dev (# 7986) Signed-off-by: Knative Automation <[email protected]>
1 parent 3be8292 commit 7719faf

File tree

56 files changed

+1984
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1984
-689
lines changed

go.mod

+9-10
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ require (
88
github.com/gorilla/websocket v1.5.3
99
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
1010
go.uber.org/zap v1.27.0
11-
golang.org/x/sync v0.11.0
11+
golang.org/x/sync v0.12.0
1212
golang.org/x/time v0.10.0
13-
google.golang.org/grpc v1.70.0
13+
google.golang.org/grpc v1.71.0
1414
k8s.io/api v0.32.2
1515
k8s.io/apimachinery v0.32.2
1616
k8s.io/client-go v0.32.2
1717
k8s.io/code-generator v0.32.2
1818
k8s.io/utils v0.0.0-20241210054802-24370beab758
1919
knative.dev/hack v0.0.0-20250219013704-306ce745e077
20-
knative.dev/pkg v0.0.0-20250226145529-0372c089c78f
20+
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd
2121
sigs.k8s.io/yaml v1.4.0
2222
)
2323

@@ -63,15 +63,14 @@ require (
6363
github.com/spf13/pflag v1.0.6 // indirect
6464
github.com/x448/float16 v0.8.4 // indirect
6565
go.opencensus.io v0.24.0 // indirect
66-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6766
go.uber.org/multierr v1.11.0 // indirect
68-
golang.org/x/mod v0.23.0 // indirect
69-
golang.org/x/net v0.35.0 // indirect
67+
golang.org/x/mod v0.24.0 // indirect
68+
golang.org/x/net v0.37.0 // indirect
7069
golang.org/x/oauth2 v0.26.0 // indirect
71-
golang.org/x/sys v0.30.0 // indirect
72-
golang.org/x/term v0.29.0 // indirect
73-
golang.org/x/text v0.22.0 // indirect
74-
golang.org/x/tools v0.30.0 // indirect
70+
golang.org/x/sys v0.31.0 // indirect
71+
golang.org/x/term v0.30.0 // indirect
72+
golang.org/x/text v0.23.0 // indirect
73+
golang.org/x/tools v0.31.0 // indirect
7574
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
7675
google.golang.org/api v0.183.0 // indirect
7776
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect

go.sum

+24-24
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,14 @@ go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJyS
322322
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
323323
go.opentelemetry.io/otel v1.34.0 h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=
324324
go.opentelemetry.io/otel v1.34.0/go.mod h1:OWFPOQ+h4G8xpyjgqo4SxJYdDQ/qmRH+wivy7zzx9oI=
325-
go.opentelemetry.io/otel/metric v1.32.0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M=
326-
go.opentelemetry.io/otel/metric v1.32.0/go.mod h1:jH7CIbbK6SH2V2wE16W05BHCtIDzauciCRLoc/SyMv8=
325+
go.opentelemetry.io/otel/metric v1.34.0 h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ=
326+
go.opentelemetry.io/otel/metric v1.34.0/go.mod h1:CEDrp0fy2D0MvkXE+dPV7cMi8tWZwX3dmaIhwPOaqHE=
327327
go.opentelemetry.io/otel/sdk v1.34.0 h1:95zS4k/2GOy069d321O8jWgYsW3MzVV+KuSPKp7Wr1A=
328328
go.opentelemetry.io/otel/sdk v1.34.0/go.mod h1:0e/pNiaMAqaykJGKbi+tSjWfNNHMTxoC9qANsCzbyxU=
329-
go.opentelemetry.io/otel/sdk/metric v1.32.0 h1:rZvFnvmvawYb0alrYkjraqJq0Z4ZUJAiyYCU9snn1CU=
330-
go.opentelemetry.io/otel/sdk/metric v1.32.0/go.mod h1:PWeZlq0zt9YkYAp3gjKZ0eicRYvOh1Gd+X99x6GHpCQ=
331-
go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM=
332-
go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8=
329+
go.opentelemetry.io/otel/sdk/metric v1.34.0 h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce1EK0Gyvahk=
330+
go.opentelemetry.io/otel/sdk/metric v1.34.0/go.mod h1:jQ/r8Ze28zRKoNRdkjCZxfs6YvBTG1+YIqyFVFYec5w=
331+
go.opentelemetry.io/otel/trace v1.34.0 h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=
332+
go.opentelemetry.io/otel/trace v1.34.0/go.mod h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE=
333333
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
334334
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
335335
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
@@ -375,8 +375,8 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB
375375
golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
376376
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
377377
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
378-
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
379-
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
378+
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
379+
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
380380
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
381381
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
382382
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -411,8 +411,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwY
411411
golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
412412
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
413413
golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
414-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
415-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
414+
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
415+
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
416416
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
417417
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
418418
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -433,8 +433,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
433433
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
434434
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
435435
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
436-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
437-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
436+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
437+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
438438
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
439439
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
440440
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -476,21 +476,21 @@ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBc
476476
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
477477
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
478478
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
479-
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
480-
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
479+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
480+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
481481
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
482482
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
483-
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
484-
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
483+
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
484+
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
485485
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
486486
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
487487
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
488488
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
489489
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
490490
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
491491
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
492-
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
493-
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
492+
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
493+
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
494494
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
495495
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
496496
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -538,8 +538,8 @@ golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc
538538
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
539539
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
540540
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
541-
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=
542-
golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY=
541+
golang.org/x/tools v0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU=
542+
golang.org/x/tools v0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ=
543543
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
544544
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
545545
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -619,8 +619,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
619619
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
620620
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
621621
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
622-
google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
623-
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
622+
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=
623+
google.golang.org/grpc v1.71.0/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
624624
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
625625
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
626626
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -684,8 +684,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
684684
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
685685
knative.dev/hack v0.0.0-20250219013704-306ce745e077 h1:kcYrHAI+x7KHChjFfJ37Sq5QNAIwQExRor+g6Rbg1K0=
686686
knative.dev/hack v0.0.0-20250219013704-306ce745e077/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
687-
knative.dev/pkg v0.0.0-20250226145529-0372c089c78f h1:udznvloLcWaixDGrENQ9HRcj1fiMlE6cP8L0V3K4V74=
688-
knative.dev/pkg v0.0.0-20250226145529-0372c089c78f/go.mod h1:ijkSiVyNl0yTjfRsGx3infOo9ohlyE1lTCri9iUHR80=
687+
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd h1:KXG6bACwjKSZcT0JxyQDVYLcDPSip+7l6sVULeITi7k=
688+
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd/go.mod h1:OuszA8pcsXmO+Pp4QCtD10ph6tjRPFN+LrF/XgAMDb8=
689689
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
690690
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
691691
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

vendor/golang.org/x/net/http2/server.go

+38-83
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)