Skip to content

Commit b4a23c8

Browse files
[main] Upgrade to latest dependencies (#9091)
upgrade to latest dependencies bumping golang.org/x/mod 03901d3...643da9b: > 643da9b go.mod: update golang.org/x dependencies > ccc3cdf zip: include 'but content has correct sum' note in TestVCS > ab30318 zip: update zip hashes for new flate compression bumping knative.dev/pkg 021ad70...91e8142: > 91e8142 Bump the k8s group with 5 updates (# 3355) > ac56179 Bump the golang-x group with 2 updates (# 3354) > df317a5 fix: replace deprecated types with stable types (# 3353) bumping golang.org/x/sys f33a730...fb1facd: > fb1facd windows: avoid uint16 overflow in NewNTUnicodeString > 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressTable > 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows > df7d5d7 unix: automatically remove container created by mkall.sh > 68a4a8e unix: avoid nil pointer dereference in Utime > 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs bumping k8s.io/apiextensions-apiserver b0e553c...e5278bf: > e5278bf Update dependencies to v0.35.5 tag bumping golang.org/x/text 8577a70...3ef517e: > 3ef517e go.mod: update golang.org/x dependencies bumping knative.dev/reconciler-test fe117fe...a807ab8: > a807ab8 upgrade to latest dependencies (# 897) bumping k8s.io/api e8f0e9f...50571fb: > 50571fb Update dependencies to v0.35.5 tag bumping k8s.io/client-go d43aed2...906076c: > 906076c Update dependencies to v0.35.5 tag bumping golang.org/x/tools 3dd188d...2aabba0: > 2aabba0 go.mod: update golang.org/x dependencies > ef989b3 go/types/internal/play: show Info.Instances[Ident] > 21d44f2 go/analysis/passes/inline: document skipping of TestF->F calls > ec83c21 go/analysis/passes/modernize: minmax: only remove exact userdefined > 5625353 go/analysis/passes/modernize: improve value variable name generation > 15a3bd5 gopls/internal/analysis/errorsastype: imporove example clarity > cd57ef8 go/packages: include dependency errors when CompiledGoFiles is missing > 053fdbc go/analysis/passes/modernize: minmax: fix pure operands only > bf84681 go/analysis/passes/errorsas: add example of invalid errors.As use > 23921d1 gopls: add errorsastype analyzer > 90abdab gopls/internal/cmd: remove gopls -port=int debugging flag > f3f6b2c gopls/doc/release/v0.22.0.md: update release notes > 1a69aa5 gopls/internal/settings: add embedlit analyzer > cd58e99 go/analysis/passes/modernize: publish modernizers > 5c70b1f gopls/internal/golang: return unmodified if interactivity is not needed > 8dd5ac2 internal/typesinternal/typeindex: suppress test on js > 9719f4f all: fix some minor issues in the comments > 83e333a gopls/internal/golang: fix invalid comment on hover > 215b5af go/analysis/passes/inline: fix bug renaming param type aliases > 30f43b2 gopls: actually don't emit shadowing modifier in the builtin pkg > 5847157 x/tools: go fix ./... > 52180d6 gopls/integration/misc: Test61208 flaky > 4fc140a go/analysis/passes/modernize: fix slicesbackward unused value > 397b80f internal/typesinternal/typeindex: support generic functions in index.Calls > 8a5f06e go/analysis/passes/modernize: stringscut: detect modifying use in all assignments > 9561e2d go/analysis/passes/modernize: disable fmtappendf modernizer > 21e1a67 gopls/internal/golang: ApplyFix: refine assertion > a448bbc x/tools/go/types/objectpath: fix TestOrdering > 22a6425 go/analysis/passes/modernize: suppress stringsbuilder fixes in tests > f5d3b66 internal/astutil: add UnparenCursor, UnparenEnclosingCursor > da29aa0 gopls/internal/golang/completion: fix completion after dot with no RHS typed > 2d8078d gopls/internal/golang/completion: fix replacement range in invalid code > a70df15 internal/gcimporter: skip TestIExportData_stdlib when GOROOT is in GOMODCACHE > 4509733 go/ast/edge: don't panic on nil iface in Get > 262e2bd go/analysis/passes/modernize: add embedlit modernizer > 6c0e699 go/ast/edge: update Kind const doc comments > b891353 gopls/internal/mcp: do not push instruction by default > 093c2dd go/types/objectpath: optimize search to avoid quadratic time > f696b6b gopls/internal/protocol: add existence & kind to document uri > e4c23f5 gopls/internal/server: update neovim source URL > d9c0b1d go/analysis/modernize: slicesbackward: skip fix for lvalue index exprs > 19499e7 internal/gcimporter: copy CLs 766661 and 767521 to x/tools > 7799d73 gopls/internal/golang/completion: update comment for generic methods > 4086c79 gopls: don't emit shadowing modifier in the builtin pkg > 00da4bb internal/astutil: preserve [...] composite literals in PurgeFuncBodies > 85bb374 go/analysis/passes/scannererr: report failure to check bufio.Scanner.Err > ba7a50e gopls/doc/design: add integrating interactive refactoring doc > 52e847f gopls/internal/cache/methodsets: don't store positions of imported methods > df6c285 gopls/internal/golang: pre-filter identifiers by name in localReferences > 1f392cc gopls/internal/analysis/yield: use monotone flow for precision > 6f9ca2c gopls/internal/cache: set Pass.Module > bbb5452 gopls/test/integation/misc: Add logging for flaky test > ed120f5 internal/gcimporter: remove incorrect r.Bool() read > 90fb92e modernize/stringscut: simplify Split/SplitN[0] to strings.Cut > a1fde62 go/analysis/passes/modernize: avoid invalid stringscut fixes in multi-assignments > b2d7a5d go/analysis/passes/modernize: fix stringsbuilder self-referencing bug > 80ab561 internal/refactor/inline: analyze param and result type params > c427cad gopls/internal/cache: store analyzeSummary fields on analysisNode > 4eb326e gopls/internal/util/frob: change Codec.Decode to return the value > feab5c9 gopls/internal/cache: try pre func before getPackageHandles in forEachPackage > 5923b29 gopls/internal/golang/hover: include doc comment for assign stmts > 55fb96f gopls/doc/features: add documentation for implement interface > 32ecccb gopls/doc/features: add interactive refactoring feature doc > 8f5e25d gopls: remove trailing slash from replace directory path > 03be674 gopls/internal/settings: rename from file uri to document uri > 12d372a go/analysis/unitchecker: add Config.Module > 746b959 x/tools: run slicesbackward analyzer > 737b7a8 gopls/internal/test/marker: send SIGABRT to stuck go commands > 22577d4 gopls: add test cases for embedded fields in struct literals > f045b04 go/packages: improve error message for export data issues > 05c94c1 gopls/completion: prepend space when completing right after "//" before a declaration > 70a4393 internal/modindex: fix clock race causing test flakes > 35c2de9 gopls/doc/release: add months to release notes > a2402e7 gopls/doc: simplify 'supported Go versions' section > bf6f737 gopls/doc: update go command version support description > 40fc9c0 gopls/internal/test/integragtion: remove obsolete Settings > 2fd0e25 gopls: add shadowing semantic token modifier bumping golang.org/x/net a8d1fc1...b138e06: > b138e06 go.mod: update golang.org/x dependencies > 689f70a quic: fix wrong final size being used for RESET_STREAM frame > 208f306 http3: increase handshake timeout > 49810da http2: enable net/http wrapping when go >= 1.27 > 5e11a5a quic: fix data race in streamForFrame > 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap > fc7b466 http2: add http2wrap test > 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled > 6465188 http2: add wrapped Server > 72f419a http2: add wrapped ClientConn > 4c78867 internal/http3: reject response headers with invalid characters in RoundTrip > 8512dfe internal/http3: make QPACK encoder automatically lowercase field names > 9d3d938 internal/http3: validate pseudo-header counts in server > 07f34bd internal/http3: make server reject connection-related headers > 324de93 internal/http3: modify server to reject headers containing invalid characters > 0a81d5a http2: add wrapped Transport.RoundTrip > c930746 http2: add shell of net/http-wrapping implementation > 89624e1 http2: move common server symbols into new files > af00b1e http2: move common transport symbols into new files > f34f375 http2: add server API tests > 0dd4bea webdav: add security considerations to package doc > 7301a20 http2: move some server test infrastructure into a common file > f70faea Revert "http2/hpack: prevent HeaderField from escaping during encoding" > a4ac1da http3: adjust HTTP/3 linknamed functions to return quic.Endpoint channels > 0c5a180 internal/http3: add TransportOpts argument to RegisterTransport > 6c6f714 http2/h2c: deprecate package > cd9d459 internal/httpcommon: reject :path with no absolute-path > 515a7a7 quic: fix source conn ID length check in packet parser > 8c4c965 idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels > de747c4 quic: enforce connection ID limits in Initial packets > 88ddafc quic: avoid race in benchmarks > eeec9fa quic: fix race condition in fast-path reads > d7ffc5e quic: fix race condition in fast-path writes > cd64923 internal/http3: avoid data race for roundTripState.reqBody bumping k8s.io/code-generator dbc8933...f12936f: > f12936f Update dependencies to v0.35.5 tag bumping k8s.io/apiserver 135139a...88f88ab: > 88f88ab Update dependencies to v0.35.5 tag bumping golang.org/x/crypto 03ca0dc...b8a14a8: > b8a14a8 go.mod: update golang.org/x dependencies > 9d9d507 x509roots/fallback/bundle: fix bundle test with Go 1.27+ > fd0b90d acme: include Problem in OrderError.Error > b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2 > cc0e4fc hkdf: forward Extract to the standard library > a8e9237 x509roots/fallback: update bundle bumping k8s.io/apimachinery 475c941...475c941: bumping golang.org/x/term 52b71d3...3c3e485: > 3c3e485 go.mod: update golang.org/x dependencies Signed-off-by: Knative Automation <automation@knative.team>
1 parent 504f7e0 commit b4a23c8

57 files changed

Lines changed: 7530 additions & 25267 deletions

Some content is hidden

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

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ require (
4444
go.uber.org/atomic v1.10.0
4545
go.uber.org/multierr v1.11.0
4646
go.uber.org/zap v1.28.0
47-
golang.org/x/net v0.53.0
47+
golang.org/x/net v0.54.0
4848
golang.org/x/sync v0.20.0
49-
k8s.io/api v0.35.4
50-
k8s.io/apiextensions-apiserver v0.35.4
51-
k8s.io/apimachinery v0.35.4
52-
k8s.io/apiserver v0.35.4
53-
k8s.io/client-go v0.35.4
54-
k8s.io/code-generator v0.35.4
49+
k8s.io/api v0.35.5
50+
k8s.io/apiextensions-apiserver v0.35.5
51+
k8s.io/apimachinery v0.35.5
52+
k8s.io/apiserver v0.35.5
53+
k8s.io/client-go v0.35.5
54+
k8s.io/code-generator v0.35.5
5555
k8s.io/klog/v2 v2.130.1
5656
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
5757
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b
5858
knative.dev/hack/schema v0.0.0-20260428014158-b2a37f1b6e7b
59-
knative.dev/pkg v0.0.0-20260505204821-021ad709ec68
60-
knative.dev/reconciler-test v0.0.0-20260428014059-fe117fe2261a
59+
knative.dev/pkg v0.0.0-20260520153225-91e8142be85c
60+
knative.dev/reconciler-test v0.0.0-20260506021927-a807ab8bf3d4
6161
sigs.k8s.io/randfill v1.0.0
6262
sigs.k8s.io/yaml v1.6.0
6363
)
@@ -131,14 +131,14 @@ require (
131131
go.uber.org/automaxprocs v1.6.0 // indirect
132132
go.yaml.in/yaml/v2 v2.4.4 // indirect
133133
go.yaml.in/yaml/v3 v3.0.4 // indirect
134-
golang.org/x/crypto v0.50.0 // indirect
135-
golang.org/x/mod v0.35.0 // indirect
134+
golang.org/x/crypto v0.51.0 // indirect
135+
golang.org/x/mod v0.36.0 // indirect
136136
golang.org/x/oauth2 v0.35.0 // indirect
137-
golang.org/x/sys v0.43.0 // indirect
138-
golang.org/x/term v0.42.0 // indirect
139-
golang.org/x/text v0.36.0 // indirect
137+
golang.org/x/sys v0.44.0 // indirect
138+
golang.org/x/term v0.43.0 // indirect
139+
golang.org/x/text v0.37.0 // indirect
140140
golang.org/x/time v0.12.0 // indirect
141-
golang.org/x/tools v0.44.0 // indirect
141+
golang.org/x/tools v0.45.0 // indirect
142142
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
143143
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
144144
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect

go.sum

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
626626
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
627627
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
628628
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
629-
golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
630-
golang.org/x/crypto v0.50.0/go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
629+
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
630+
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
631631
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
632632
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
633633
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -666,8 +666,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
666666
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
667667
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
668668
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
669-
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
670-
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
669+
golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4=
670+
golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
671671
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
672672
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
673673
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -714,8 +714,8 @@ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qx
714714
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
715715
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
716716
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
717-
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
718-
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
717+
golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
718+
golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
719719
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
720720
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
721721
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -823,15 +823,15 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
823823
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
824824
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
825825
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
826-
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
827-
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
826+
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
827+
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
828828
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
829829
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
830830
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
831831
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
832832
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
833-
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
834-
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
833+
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
834+
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
835835
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
836836
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
837837
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -844,8 +844,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
844844
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
845845
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
846846
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
847-
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
848-
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
847+
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
848+
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
849849
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
850850
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
851851
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -909,8 +909,8 @@ golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
909909
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
910910
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
911911
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
912-
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
913-
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
912+
golang.org/x/tools v0.45.0 h1:18qN3FAooORvApf5XjCXgsuayZOEtXf6JK18I3+ONa8=
913+
golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0=
914914
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
915915
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
916916
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -1108,18 +1108,18 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
11081108
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
11091109
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
11101110
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
1111-
k8s.io/api v0.35.4 h1:P7nFYKl5vo9AGUp1Z+Pmd3p2tA7bX2wbFWCvDeRv988=
1112-
k8s.io/api v0.35.4/go.mod h1:yl4lqySWOgYJJf9RERXKUwE9g2y+CkuwG+xmcOK8wXU=
1113-
k8s.io/apiextensions-apiserver v0.35.4 h1:HeP+Upp7ItdvnyGmub0yoix+2z5+ev4M5cE5TCgtOUU=
1114-
k8s.io/apiextensions-apiserver v0.35.4/go.mod h1:ogQlk+stIE8mnoRthSYCwlOS12fVqgWFiErMwPaXA7c=
1115-
k8s.io/apimachinery v0.35.4 h1:xtdom9RG7e+yDp71uoXoJDWEE2eOiHgeO4GdBzwWpds=
1116-
k8s.io/apimachinery v0.35.4/go.mod h1:NNi1taPOpep0jOj+oRha3mBJPqvi0hGdaV8TCqGQ+cc=
1117-
k8s.io/apiserver v0.35.4 h1:vtuFqNFmF9bPRdHDL2lpK6qCTPWDreZJL4LRPwVM6ho=
1118-
k8s.io/apiserver v0.35.4/go.mod h1:JnBcb+J8kFXKpZkgcbcUnPBBHi4qgBii1I7dLxFY/oo=
1119-
k8s.io/client-go v0.35.4 h1:DN6fyaGuzK64UvnKO5fOA6ymSjvfGAnCAHAR0C66kD8=
1120-
k8s.io/client-go v0.35.4/go.mod h1:2Pg9WpsS4NeOpoYTfHHfMxBG8zFMSAUi4O/qoiJC3nY=
1121-
k8s.io/code-generator v0.35.4 h1:i0FfiXAeUMBlHarjVk5ZWf6Wjsg3YJpNYmOg0nPk6r4=
1122-
k8s.io/code-generator v0.35.4/go.mod h1:rwLDdemFgPK6dGlLFHPUieyekgAlV1x8IVafjAy/ELA=
1111+
k8s.io/api v0.35.5 h1:BrFeUDGY/LBtlA1R5RoxhlYRHs76RnQBc6xbm/y7hsQ=
1112+
k8s.io/api v0.35.5/go.mod h1:xWkFhMnoPZdTAQh95Rlw3zZpUUNVlFHcuESUYd06BWM=
1113+
k8s.io/apiextensions-apiserver v0.35.5 h1:HttlJjgsx3ddLsASCqklkKvfBlwUoXma8VLpeMG5YL8=
1114+
k8s.io/apiextensions-apiserver v0.35.5/go.mod h1:4xbAgP/jbt8sVHE3H4DfE1gSPLUoSzXrNqhZz1lTHKc=
1115+
k8s.io/apimachinery v0.35.5 h1:lbjjjUfVeVqFbiOpyhqZHc8DhiYkWOxSNij7lHx2U8Y=
1116+
k8s.io/apimachinery v0.35.5/go.mod h1:NNi1taPOpep0jOj+oRha3mBJPqvi0hGdaV8TCqGQ+cc=
1117+
k8s.io/apiserver v0.35.5 h1:ZtFpSEmxf/VmOdbL3bo7hLxyNRorRegqOLmYSW0mxEo=
1118+
k8s.io/apiserver v0.35.5/go.mod h1:6NNWFTq/UosCwUmqhQDC+3ApzSx5ekeYMIwzSG+49VU=
1119+
k8s.io/client-go v0.35.5 h1:wUrgqVSmFRw75bgSHY7X0G/hZM/QYpV0Hg7SYYOYpFk=
1120+
k8s.io/client-go v0.35.5/go.mod h1:Z0mDcAJsX1Y7RQfuQlJipiRtqf8Mhk2VDu1/JvRqdGo=
1121+
k8s.io/code-generator v0.35.5 h1:g2ZIw7LCjmX2p5WDjtkVYwmvtx+pDF0Pq1dfgCoHkhQ=
1122+
k8s.io/code-generator v0.35.5/go.mod h1:W46pDvFxY2SlphV3MBI/6KDZ2JDMhHXGVgPQXMoYFiM=
11231123
k8s.io/gengo v0.0.0-20201203183100-97869a43a9d9/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
11241124
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 h1:wBIDZID8ju9pwOiLlV22YYKjFGtiNSWgHf5CnKLRUuM=
11251125
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
@@ -1139,10 +1139,10 @@ knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b h1:MvbV2F2BdI8qKrYYUhDwbUZbX
11391139
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
11401140
knative.dev/hack/schema v0.0.0-20260428014158-b2a37f1b6e7b h1:kxf2D8xsycu8QCCY+eyTuXRs5aRDvF+Frv09Pn29guI=
11411141
knative.dev/hack/schema v0.0.0-20260428014158-b2a37f1b6e7b/go.mod h1:KkibP1IazICP5ClxwN5D26LDSygsqbYnVGuGFTsHNOQ=
1142-
knative.dev/pkg v0.0.0-20260505204821-021ad709ec68 h1:cZz3AkOusfsFBJCOKiCiadBbHjbEiqlsu/55gzRhPZM=
1143-
knative.dev/pkg v0.0.0-20260505204821-021ad709ec68/go.mod h1:JM+8ds+MTBtPK2aCp6pGUHQx9gNIL8wuMhqr0sxtDog=
1144-
knative.dev/reconciler-test v0.0.0-20260428014059-fe117fe2261a h1:yUu3VK6gkCxXsSJYRdfpdFoqsq1yPnFCiB/O1TSyzjk=
1145-
knative.dev/reconciler-test v0.0.0-20260428014059-fe117fe2261a/go.mod h1:96PDjAjfSmnUSvDi4obIlI3CI0v+hQOWlCxQnGogO8g=
1142+
knative.dev/pkg v0.0.0-20260520153225-91e8142be85c h1:pzGFYMEGKz/NyAm+K16AYo8tG7Je1bQ4/8ajYlh04bc=
1143+
knative.dev/pkg v0.0.0-20260520153225-91e8142be85c/go.mod h1:TaNtJ5LwYdcDj+SENimVsHby1nDBI6zI1oNCkR4xH2Y=
1144+
knative.dev/reconciler-test v0.0.0-20260506021927-a807ab8bf3d4 h1:84j5ue6kEwqRetJZXeIVo70GJIAjo79GHhZSaK7hjvo=
1145+
knative.dev/reconciler-test v0.0.0-20260506021927-a807ab8bf3d4/go.mod h1:BveV+mP/Dp0gZ7l7k82LkakRugtNI0fvPxvbpKHa5ZM=
11461146
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
11471147
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
11481148
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go

Lines changed: 13 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/http2/README.md

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)