Skip to content

Commit ad31447

Browse files
upgrade to latest dependencies
bumping k8s.io/apimachinery 475c941...475c941: 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/code-generator dbc8933...f12936f: > f12936f 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/apiextensions-apiserver b0e553c...e5278bf: > e5278bf Update dependencies to v0.35.5 tag bumping k8s.io/apiserver 135139a...88f88ab: > 88f88ab Update dependencies to v0.35.5 tag bumping k8s.io/api e8f0e9f...50571fb: > 50571fb Update dependencies to v0.35.5 tag 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 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 df317a5...91e8142: > 91e8142 Bump the k8s group with 5 updates (# 3355) > ac56179 Bump the golang-x group with 2 updates (# 3354) bumping golang.org/x/term 52b71d3...3c3e485: > 3c3e485 go.mod: update golang.org/x dependencies bumping k8s.io/client-go d43aed2...906076c: > 906076c Update dependencies to v0.35.5 tag bumping golang.org/x/text 8577a70...3ef517e: > 3ef517e go.mod: update golang.org/x dependencies Signed-off-by: Knative Automation <automation@knative.team>
1 parent 1faae92 commit ad31447

62 files changed

Lines changed: 7654 additions & 25274 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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ require (
1212
github.com/mikefarah/yq/v4 v4.52.5
1313
go.uber.org/zap v1.28.0
1414
gocloud.dev v0.22.0
15-
golang.org/x/mod v0.35.0
15+
golang.org/x/mod v0.36.0
1616
golang.org/x/oauth2 v0.36.0
1717
golang.org/x/sync v0.20.0
1818
google.golang.org/api v0.198.0
1919
istio.io/api v0.0.0-20231206023236-e7cadb36da57
2020
istio.io/client-go v1.18.7
21-
k8s.io/api v0.35.4
22-
k8s.io/apimachinery v0.35.4
23-
k8s.io/client-go v0.35.4
24-
k8s.io/code-generator v0.35.4
21+
k8s.io/api v0.35.5
22+
k8s.io/apimachinery v0.35.5
23+
k8s.io/client-go v0.35.5
24+
k8s.io/code-generator v0.35.5
2525
knative.dev/caching v0.0.0-20260506015122-1baccd201093
2626
knative.dev/eventing v0.49.1-0.20260518163531-504f7e00e182
2727
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b
28-
knative.dev/pkg v0.0.0-20260507212125-df317a52d112
28+
knative.dev/pkg v0.0.0-20260520153225-91e8142be85c
2929
knative.dev/reconciler-test v0.0.0-20260506021927-a807ab8bf3d4
3030
knative.dev/serving v0.49.1-0.20260515125932-a4e653bb53da
3131
sigs.k8s.io/cluster-inventory-api v0.1.0
@@ -174,13 +174,13 @@ require (
174174
go.yaml.in/yaml/v2 v2.4.4 // indirect
175175
go.yaml.in/yaml/v3 v3.0.4 // indirect
176176
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
177-
golang.org/x/crypto v0.50.0 // indirect
178-
golang.org/x/net v0.53.0 // indirect
179-
golang.org/x/sys v0.43.0 // indirect
180-
golang.org/x/term v0.42.0 // indirect
181-
golang.org/x/text v0.36.0 // indirect
177+
golang.org/x/crypto v0.51.0 // indirect
178+
golang.org/x/net v0.54.0 // indirect
179+
golang.org/x/sys v0.44.0 // indirect
180+
golang.org/x/term v0.43.0 // indirect
181+
golang.org/x/text v0.37.0 // indirect
182182
golang.org/x/time v0.15.0 // indirect
183-
golang.org/x/tools v0.44.0 // indirect
183+
golang.org/x/tools v0.45.0 // indirect
184184
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
185185
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
186186
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
@@ -193,8 +193,8 @@ require (
193193
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
194194
gopkg.in/yaml.v2 v2.4.0 // indirect
195195
gopkg.in/yaml.v3 v3.0.1 // indirect
196-
k8s.io/apiextensions-apiserver v0.35.4 // indirect
197-
k8s.io/apiserver v0.35.4 // indirect
196+
k8s.io/apiextensions-apiserver v0.35.5 // indirect
197+
k8s.io/apiserver v0.35.5 // indirect
198198
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
199199
k8s.io/klog/v2 v2.140.0 // indirect
200200
k8s.io/kube-openapi v0.0.0-20260319004828-5883c5ee87b9 // indirect

go.sum

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,8 @@ golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf
11121112
golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
11131113
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
11141114
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
1115-
golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
1116-
golang.org/x/crypto v0.50.0/go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
1115+
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
1116+
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
11171117
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
11181118
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
11191119
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
@@ -1162,8 +1162,8 @@ golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
11621162
golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
11631163
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
11641164
golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
1165-
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
1166-
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
1165+
golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4=
1166+
golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
11671167
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
11681168
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
11691169
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -1236,8 +1236,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
12361236
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
12371237
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
12381238
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
1239-
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
1240-
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
1239+
golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
1240+
golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
12411241
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
12421242
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
12431243
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -1383,8 +1383,8 @@ golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
13831383
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
13841384
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
13851385
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
1386-
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
1387-
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
1386+
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
1387+
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
13881388
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
13891389
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
13901390
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
@@ -1401,8 +1401,8 @@ golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU=
14011401
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
14021402
golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0=
14031403
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
1404-
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
1405-
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
1404+
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
1405+
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
14061406
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
14071407
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
14081408
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -1420,8 +1420,8 @@ golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
14201420
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
14211421
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
14221422
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
1423-
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
1424-
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
1423+
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
1424+
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
14251425
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
14261426
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
14271427
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -1511,8 +1511,8 @@ golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
15111511
golang.org/x/tools v0.9.1/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc=
15121512
golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=
15131513
golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
1514-
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
1515-
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
1514+
golang.org/x/tools v0.45.0 h1:18qN3FAooORvApf5XjCXgsuayZOEtXf6JK18I3+ONa8=
1515+
golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0=
15161516
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
15171517
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
15181518
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -1763,30 +1763,30 @@ istio.io/client-go v1.18.7/go.mod h1:MeI/KZUVp3jWyoXGSpFkiLYz012qpbQbjnVuYMcM9k4
17631763
k8s.io/api v0.22.5/go.mod h1:mEhXyLaSD1qTOf40rRiKXkc+2iCem09rWLlFwhCEiAs=
17641764
k8s.io/api v0.27.7/go.mod h1:ZNExI/Lhrs9YrLgVWx6jjHZdoWCTXfBXuFjt1X6olro=
17651765
k8s.io/api v0.27.10/go.mod h1:cDmAF4GtSVRO0+5hOY/Vo3lLCQMOp6FfrXZ94/gQwC0=
1766-
k8s.io/api v0.35.4 h1:P7nFYKl5vo9AGUp1Z+Pmd3p2tA7bX2wbFWCvDeRv988=
1767-
k8s.io/api v0.35.4/go.mod h1:yl4lqySWOgYJJf9RERXKUwE9g2y+CkuwG+xmcOK8wXU=
1766+
k8s.io/api v0.35.5 h1:BrFeUDGY/LBtlA1R5RoxhlYRHs76RnQBc6xbm/y7hsQ=
1767+
k8s.io/api v0.35.5/go.mod h1:xWkFhMnoPZdTAQh95Rlw3zZpUUNVlFHcuESUYd06BWM=
17681768
k8s.io/apiextensions-apiserver v0.27.7/go.mod h1:x0p+b5a955lfPz9gaDeBy43obM12s+N9dNHK6+dUL+g=
1769-
k8s.io/apiextensions-apiserver v0.35.4 h1:HeP+Upp7ItdvnyGmub0yoix+2z5+ev4M5cE5TCgtOUU=
1770-
k8s.io/apiextensions-apiserver v0.35.4/go.mod h1:ogQlk+stIE8mnoRthSYCwlOS12fVqgWFiErMwPaXA7c=
1769+
k8s.io/apiextensions-apiserver v0.35.5 h1:HttlJjgsx3ddLsASCqklkKvfBlwUoXma8VLpeMG5YL8=
1770+
k8s.io/apiextensions-apiserver v0.35.5/go.mod h1:4xbAgP/jbt8sVHE3H4DfE1gSPLUoSzXrNqhZz1lTHKc=
17711771
k8s.io/apimachinery v0.22.5/go.mod h1:xziclGKwuuJ2RM5/rSFQSYAj0zdbci3DH8kj+WvyN0U=
17721772
k8s.io/apimachinery v0.27.7/go.mod h1:jBGQgTjkw99ef6q5hv1YurDd3BqKDk9YRxmX0Ozo0i8=
17731773
k8s.io/apimachinery v0.27.10/go.mod h1:IHu2ovJ60RqxyPSLmTel7KDLdOCRbpOxwtUBmwBnT/E=
1774-
k8s.io/apimachinery v0.35.4 h1:xtdom9RG7e+yDp71uoXoJDWEE2eOiHgeO4GdBzwWpds=
1775-
k8s.io/apimachinery v0.35.4/go.mod h1:NNi1taPOpep0jOj+oRha3mBJPqvi0hGdaV8TCqGQ+cc=
1774+
k8s.io/apimachinery v0.35.5 h1:lbjjjUfVeVqFbiOpyhqZHc8DhiYkWOxSNij7lHx2U8Y=
1775+
k8s.io/apimachinery v0.35.5/go.mod h1:NNi1taPOpep0jOj+oRha3mBJPqvi0hGdaV8TCqGQ+cc=
17761776
k8s.io/apiserver v0.27.7/go.mod h1:OrLG9RwCOerutAlo8QJW5EHzUG9Dad7k6rgcDUNSO/w=
1777-
k8s.io/apiserver v0.35.4 h1:vtuFqNFmF9bPRdHDL2lpK6qCTPWDreZJL4LRPwVM6ho=
1778-
k8s.io/apiserver v0.35.4/go.mod h1:JnBcb+J8kFXKpZkgcbcUnPBBHi4qgBii1I7dLxFY/oo=
1777+
k8s.io/apiserver v0.35.5 h1:ZtFpSEmxf/VmOdbL3bo7hLxyNRorRegqOLmYSW0mxEo=
1778+
k8s.io/apiserver v0.35.5/go.mod h1:6NNWFTq/UosCwUmqhQDC+3ApzSx5ekeYMIwzSG+49VU=
17791779
k8s.io/client-go v0.22.5/go.mod h1:cs6yf/61q2T1SdQL5Rdcjg9J1ElXSwbjSrW2vFImM4Y=
17801780
k8s.io/client-go v0.27.7/go.mod h1:dZ2kqcalYp5YZ2EV12XIMc77G6PxHWOJp/kclZr4+5Q=
17811781
k8s.io/client-go v0.27.10/go.mod h1:PhrjLdIJNy7L8liOPEzm6wNlMjhIRJeVbfvksTxKNqI=
1782-
k8s.io/client-go v0.35.4 h1:DN6fyaGuzK64UvnKO5fOA6ymSjvfGAnCAHAR0C66kD8=
1783-
k8s.io/client-go v0.35.4/go.mod h1:2Pg9WpsS4NeOpoYTfHHfMxBG8zFMSAUi4O/qoiJC3nY=
1782+
k8s.io/client-go v0.35.5 h1:wUrgqVSmFRw75bgSHY7X0G/hZM/QYpV0Hg7SYYOYpFk=
1783+
k8s.io/client-go v0.35.5/go.mod h1:Z0mDcAJsX1Y7RQfuQlJipiRtqf8Mhk2VDu1/JvRqdGo=
17841784
k8s.io/code-generator v0.27.7/go.mod h1:w1YF/xQcTg+d9Ag+04xuRqER+q8rDnJ70ynLql8/RLA=
1785-
k8s.io/code-generator v0.35.4 h1:i0FfiXAeUMBlHarjVk5ZWf6Wjsg3YJpNYmOg0nPk6r4=
1786-
k8s.io/code-generator v0.35.4/go.mod h1:rwLDdemFgPK6dGlLFHPUieyekgAlV1x8IVafjAy/ELA=
1785+
k8s.io/code-generator v0.35.5 h1:g2ZIw7LCjmX2p5WDjtkVYwmvtx+pDF0Pq1dfgCoHkhQ=
1786+
k8s.io/code-generator v0.35.5/go.mod h1:W46pDvFxY2SlphV3MBI/6KDZ2JDMhHXGVgPQXMoYFiM=
17871787
k8s.io/component-base v0.27.7/go.mod h1:YGjlCVL1oeKvG3HSciyPHFh+LCjIEqsxz4BDR3cfHRs=
1788-
k8s.io/component-base v0.35.4 h1:6n1tNJ87johN0Hif0Fs8K2GMthsaUwMqCebUDLYyv7U=
1789-
k8s.io/component-base v0.35.4/go.mod h1:qaDJgz5c1KYKla9occFmlJEfPpkuA55s90G509R+PeY=
1788+
k8s.io/component-base v0.35.5 h1:1y1xxfpFNkNi4RMi6bvPNN4aDr9VhOijtEfrqnhPijs=
1789+
k8s.io/component-base v0.35.5/go.mod h1:n/+aL98XYINubqIu/Okh6mS/kZT2nMeN4IQkQR4VXRg=
17901790
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
17911791
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
17921792
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
@@ -1818,8 +1818,8 @@ knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b h1:MvbV2F2BdI8qKrYYUhDwbUZbX
18181818
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
18191819
knative.dev/networking v0.0.0-20260428014950-5876dec269ce h1:Pt5NYScJzJ8CcIogikaTakvehEO9COjzXZ/2gJmc8YA=
18201820
knative.dev/networking v0.0.0-20260428014950-5876dec269ce/go.mod h1:aQO2gITPzLwMPCV9S57rHrb1Zt2mUAYSGLbb/7nqzW0=
1821-
knative.dev/pkg v0.0.0-20260507212125-df317a52d112 h1:ftdGpzukmrlcTRTCZytQQ+mAMUAFqcq/cwIUwc/Lk2s=
1822-
knative.dev/pkg v0.0.0-20260507212125-df317a52d112/go.mod h1:JM+8ds+MTBtPK2aCp6pGUHQx9gNIL8wuMhqr0sxtDog=
1821+
knative.dev/pkg v0.0.0-20260520153225-91e8142be85c h1:pzGFYMEGKz/NyAm+K16AYo8tG7Je1bQ4/8ajYlh04bc=
1822+
knative.dev/pkg v0.0.0-20260520153225-91e8142be85c/go.mod h1:TaNtJ5LwYdcDj+SENimVsHby1nDBI6zI1oNCkR4xH2Y=
18231823
knative.dev/reconciler-test v0.0.0-20260506021927-a807ab8bf3d4 h1:84j5ue6kEwqRetJZXeIVo70GJIAjo79GHhZSaK7hjvo=
18241824
knative.dev/reconciler-test v0.0.0-20260506021927-a807ab8bf3d4/go.mod h1:BveV+mP/Dp0gZ7l7k82LkakRugtNI0fvPxvbpKHa5ZM=
18251825
knative.dev/serving v0.49.1-0.20260515125932-a4e653bb53da h1:CbJUXD8MlfKLTnDLZVQX1Tl5vhCs+D1BSY9FH9J4Zt4=

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

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

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.

0 commit comments

Comments
 (0)