Skip to content

Commit 8e9a7e8

Browse files
upgrade to latest dependencies (#783)
bumping golang.org/x/crypto b8a14a8...45460e0: > 45460e0 go.mod: update golang.org/x dependencies > d37c95e pkcs12: limit PBKDF iteration count to prevent CPU exhaustion > e2ffffe ssh: reject incomplete gssapi-with-mic configurations > 60e158a ssh/test: isolate CLI tests from user SSH config and agent > 1b77d23 ssh/knownhosts: reject lines with multiple or unknown markers > 3872a2b ssh/knownhosts: verify declared key type matches decoded key > 9f72ecc ssh/knownhosts: treat only ASCII space and tab as whitespace > 8f405a4 ssh: validate ECDSA curve matches expected algorithm > bb41b3d ssh: improve DH GEX group selection using PreferredBits > e04e721 ssh/agent: validate ed25519 private key length in Add > b315afd ssh: limit bcrypt KDF rounds in OpenSSH private key decryption > d4a85f4 ssh/agent: limit RSA key size on Add requests > 6f39c52 ssh: limit RSA key size in OpenSSH private key parsing > 4c4d20b ssh: fix spinloop in mux SendRequest drain on closed channel > e3e62d9 ssh: fix spinloop in channel SendRequest drain on closed channel > 5adb68b ssh: cap total userauth attempts per server connection > 9beb694 ssh: prevent malformed exit-status panic > e5306b2 ssh/agent: support parallel signing using request pipelining > d2fe592 ssh: add openssh controlmaster socket support > d59570d ssh: add AuthCallback to ClientConfig > 4aab0d9 ssh: return partial success immediately from publickey auth > a1c0d99 go.mod: update golang.org/x dependencies > 3c7c869 ssh: fix deadlock on unexpected channel responses > 533fb3f ssh: fix source-address critical option bypass > abbc44d ssh: fix incorrect operator order > e052873 ssh: fix infinite loop on large channel writes due to integer overflow > b61cf85 ssh: enforce user presence verification for security keys > 9c2cd33 ssh: enforce strict limits on DSA key parameters > 8907318 ssh: reject RSA keys with excessively large moduli > ffd87b4 ssh: fix panic when authority callbacks are nil > 4e7a738 ssh: fix deadlock on unexpected global responses > b25012b ssh: enforce nil Permissions when returning PartialSuccessError > 6c195c8 ssh: prevent memory leak when rejecting channels > f717e29 ssh/knownhosts: respect @Revoked CA keys > e7c36cc ssh/agent: prevent panic on pathological ed25519 inputs > 0fb843a ssh/agent: reject keys with unsupported confirm constraint > e3d1254 ssh/agent: don't accept keys with unsupported constraints > a1ce0fe ssh/agent: preserve constraint extensions when adding keys > a749d17 chacha20poly1305: remove usages of BYTE instr > 7ee5970 chacha20poly1305: drop pre-AVX assembly impl > 44decbf blake2b: merge go125.go into blake2b_test.go bumping golang.org/x/net 7770ec4...9e7fdbf: > 9e7fdbf internal/http3: fix wrong argument being given when validating header value > b686e5f internal/http3: add gzip support to transport > 8a34885 go.mod: update golang.org/x dependencies > 72eaf98 dns/dnsmessage: correctly validate SVCB record parameter order > 82e7868 dns/dnsmessage: avoid panic when parsing SVCB record with truncated data > b64f1fa internal/http3: add server support for "Trailer:" magic prefix > 2707ee2 internal/http3: implement HTTP/3 clientConn methods > 31358cc internal/http3: snapshot response headers at WriteHeader time > 8ecbaa9 html: don't adjust xml:base > 8ae811a html: properly handle end script tag in fragment mode > 3e9891d html: add selectedcontent tests to skip list > 5a0480c html: update parser to match spec select behavior > 86561db html: properly handle fragment foreign content breakout > 93a0bd9 html: switch from the webkit tests to html5lib-tests > 42abb85 http2: enable HTTP/2 in wrap configureTransport > 9d1bca8 all: fix some comments to improve readability > ed393fe html: properly emit comment token when eof in markup declaration open state > d423833 html: properly handle unicode attribute dup detection > 7c3abf5 html: support named entities shorter than their encoding > 2d3cf22 html: properly parse zero numeric entity > 3f77b08 html: avoid overflow when decoding numeric entities > 1e933f5 html: replace nul bytes in tag names and attributes > 088b2ce html: properly handle bogus comment <!> > 65e84c3 html: add html5lib-tests tokenizer test suite > 008e5e7 http2: register h2 ALPN on s.TLSConfig in wrap configureServer > db07875 all: bump x/crypto to 0.52.0 > 657eb13 internal/http3: document possible issue in Darwin when using dual-stack binding bumping golang.org/x/sync ec11c4a...5071ed6: > 5071ed6 all: fix some comments to improve readability bumping knative.dev/pkg 0f785e3...6300c57: > 6300c57 Bump the golang-x group with 3 updates (# 3370) bumping golang.org/x/sys 397d5f8...d58dcfa: > d58dcfa unix: add GPIO constants and structs bumping golang.org/x/text 3ef517e...f4bb632: > f4bb632 go.mod: update golang.org/x dependencies bumping golang.org/x/mod 643da9b...deb1dfc: > deb1dfc go.mod: update golang.org/x dependencies > 087f651 modfile: use slices.Backward > 343ee60 x/mod: allow for aggressively conslidating requires bumping knative.dev/eventing 69b976f...9a2ae8b: > 9a2ae8b [main] Upgrade to latest dependencies (# 9155) bumping golang.org/x/tools 2aabba0...3d6f8df: > 3d6f8df go/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv > 47abf61 gopls: move internal/tool into gopls/internal/tool > 19cebc5 go/packages/gopackages: use standard flag package instead of internal/tool > e965c10 gopls/internal/test/marker: update hover test > 96efd3d gopls/internal/golang/stubmethods: support generic interfaces > 83be7b7 go.mod: update golang.org/x dependencies > bf05c11 internal/typesinternal: ForEachElement: test generic methods > 99df0ab go/callgraph/static: support generic methods > 6942095 go/ssa: fix instantiation of generic methods on non-generic receivers > 070e85d go/callgraph/rta: skip generic methods in fingerprinting > 1287404 go/ssa: EnclosingFunction: test with generic methods > b9da64c go/types/typeutil: IntuitiveMethodSet: test with generic methods > d1d25db go/ssa/interp: add note about NumMethod bug wrt generic methods > 1761a50 gopls/internal/cmd: remove 'gopls bug' subcommand > 09a1b9b go/ssa: reject generic methods from RuntimeTypes > c0503c5 gopls/internal/mcp: fix reporting in go_diagnostics tool > 9781f9a gopls/internal/golang/stubmethods: fix internal error (missing type) > 4011715 go/packages: make Config.Env test independent of go list build work > e5302d9 gopls/internal/filewatcher: remove unused interval field > bf84e70 gopls/internal/protocol: ID-based answer/question in interactive form > 2552dd2 gopls/internal/server: collect counter for interactive command execution > bd73c99 go/ssa: remove redundant emitConv call > 574fb48 gopls/go.mod: update dependencies following the v0.22.0 release > 50c1ed9 gopls/internal/filecache: add GetOrFatal and ErrNoCache > 5fbfe92 gopls/internal/server: fix vulncheck test > 0d0722f go/analysis/passes/printf: adjust printf analyzer for CL 784381 > b8b7e98 gopls/internal/settings: factor analyzer suites > 89613e1 gopls/internal/golang/completion: support go1.27 embedded T{f: ...} > 22cf286 gopls/internal/analysis/fillstruct: respect file go version > 5f91a01 gopls/internal/test/marker: document fillstruct behavior before go127 > 9f31451 cmd/callgraph: add -{cpu,mem}profile flags for maintainers > 2c752fb gopls/internal/golang: fix highlight crash on continue not in loop > 0563120 go/packages: check for duplicate package IDs in driver response > 1274bf3 go/packages: rewrite test of external drivers > 7bb1101 gopls/internal/golang/completion: diagnostic code > aeb48f1 go/analysis/passes/modernize: embedlit: remove full line > 796a52c gopls/integration/misc: Test61208 is flaky > 88448a8 gopls/internal/server: fix race DidChange vs generated file warning > ec1767c gopls/internal/server: minor cleanup to didModifyFiles > 266a70b gopls/internal/server: support semantic tokens if configuration enabled > a0e2977 internal/typeinternal: skip final leaf field in field selection > 27c6101 gopls/internal/analysis/fillstruct: support embedded fields > 6a4a487 gopls/internal/analysis/fillstruct: do not offer if contains untagged > a98d17b gopls/internal/analysis/fillstruct: support promoted field detection > 3a33ec0 gopls/internal/golang: InlayHint: show embedded fields in T{F: 0} > 3d7b5fb internal/modindex: prevent out of bounds panic > d46bcbe refactor/satisfy: use NormalTerms, not CoreType > 2396311 gopls/internal/analysis/fillstruct: analyze overlapping struct literal > bd5d819 present: remove duplicate test case in TestFont > c7a4cdd gopls/internal/test: add skipped repro for golang/go# 64235 > 2973ba2 gopls/internal/server: add more LSP clients to telemetry mapping > 221fd6b cmd/goyacc: use math.MinInt16 as sentinel value for large grammars > ddb65ec go/analysis/passes/sqlrowserr: report missing sql.Rows.Err calls > 28ff181 go/analysis/passes/inline: broaden "from own test" skip criterion > a8364ae gopls/internal/analysis/errorsastypeshadow: rename errorsastype > e938bf0 gopls/internal/cache/methodsets: skip generic methods > b5cc92c gopls/internal/golang: addtest: emit t.Context() for Go 1.24+ > c02385e gopls/internal/golang: guard LHS < RHS in fromAssignStmt > 70979bf gopls/doc/editor: add yegappan/lsp to the list of vim integrations > d1388f2 go/analysis/unitchecker: disable unreachable in vet_std_test.go > 6f54b81 go/ssa: do not canonicalize signatures for generic methods > 30303d3 go/ssa: remove duplicate receiver type arguments for methods > ef6005f go/ssa: support generic methods in SSA > c7a66a9 go/analysis/passes/modernize: remove declaration of unused variable > 7743a28 internal/gcimporter: use the new iexport version for tests > bab95ad gopls/internal/cmd: mcp: discard invalid Root URIs > 81473aa gopls/internal/test/marker: improve checkDiffs errors > ea004d0 gopls/internal/protocol: use DocumentURI for File* types > a30b1c3 gopls/internal/test/marker: test stubmethods on generic methods > 3ee46f5 internal/gcimporter: prefix type parameter names for generic methods > 6923890 gopls/internal/golang: Hover: add test of generic methods > b38156a go/analysis/suite/{fix,vet}: publish analyzer suites > fb1b417 gopls/internal/golang: InlayHint: fix bug in 'var' specs > c2a9c87 go/analysis/passes/modernize: additional pattern for embedlit > a132f2a go/analysis/passes/modernize: errorsastype: support negated case > 9a12c3a gopls/doc/release/v0.22: document semanticTokens change > 1a71a3d all: fix some comments to improve readability > 09c801f gopls/go.mod: update dependencies following the v0.22.0 release > 6360b62 gopls/go.mod: update mvdan.cc/gofumpt > 7e0e8be go/analysis/passes/modernize: errorsastype: removed unused var > 082a343 go/ssa/interp: fix inevitable panic accessing "runtime" > a3954b5 gopls/internal/settings: move file watcher setting to user options > 29eabca gopls/doc/release: include server side file watching in release note > 201fbcb gopls/internal/golang/completion: skip blank identifier from suggestion > 0f29e25 all: replace xcontext.Detach and notDone with context.WithoutCancel > 3061067 go/analysis/passes/modernize: slicescontains: check for side effects > 2897289 gopls: deprecate importsSource and remove its use > 0c42e4f go/analysis/passes/composite: clarify and optimize > 74fa6b9 gopls: link gopls contributing.md from the main CONTRIBUTING.md doc > 50fa278 all: fix typos in comments and docs bumping golang.org/x/term 3c3e485...3b43943: > 3b43943 go.mod: update golang.org/x dependencies Signed-off-by: Knative Automation <automation@knative.team>
1 parent c7b92dd commit 8e9a7e8

32 files changed

Lines changed: 2345 additions & 6669 deletions

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ require (
2929
k8s.io/client-go v0.35.6
3030
k8s.io/code-generator v0.35.6
3131
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
32-
knative.dev/eventing v0.49.1-0.20260611075324-69b976f7fd56
32+
knative.dev/eventing v0.49.1-0.20260615165644-9a2ae8b2b023
3333
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b
34-
knative.dev/pkg v0.0.0-20260615142336-0f785e385ea0
34+
knative.dev/pkg v0.0.0-20260615201544-6300c57a9e78
3535
knative.dev/reconciler-test v0.0.0-20260602150814-125bf8d48e1c
3636
)
3737

@@ -101,16 +101,16 @@ require (
101101
go.uber.org/multierr v1.11.0 // indirect
102102
go.yaml.in/yaml/v2 v2.4.4 // indirect
103103
go.yaml.in/yaml/v3 v3.0.4 // indirect
104-
golang.org/x/crypto v0.51.0 // indirect
105-
golang.org/x/mod v0.36.0 // indirect
106-
golang.org/x/net v0.55.0 // indirect
104+
golang.org/x/crypto v0.53.0 // indirect
105+
golang.org/x/mod v0.37.0 // indirect
106+
golang.org/x/net v0.56.0 // indirect
107107
golang.org/x/oauth2 v0.36.0 // indirect
108-
golang.org/x/sync v0.20.0 // indirect
109-
golang.org/x/sys v0.45.0 // indirect
110-
golang.org/x/term v0.43.0 // indirect
111-
golang.org/x/text v0.37.0 // indirect
108+
golang.org/x/sync v0.21.0 // indirect
109+
golang.org/x/sys v0.46.0 // indirect
110+
golang.org/x/term v0.44.0 // indirect
111+
golang.org/x/text v0.38.0 // indirect
112112
golang.org/x/time v0.12.0 // indirect
113-
golang.org/x/tools v0.45.0 // indirect
113+
golang.org/x/tools v0.46.0 // indirect
114114
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
115115
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
116116
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect

go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
572572
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
573573
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
574574
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
575-
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
576-
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
575+
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
576+
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
577577
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
578578
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
579579
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -612,8 +612,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
612612
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
613613
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
614614
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
615-
golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4=
616-
golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
615+
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
616+
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
617617
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
618618
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
619619
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -660,8 +660,8 @@ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qx
660660
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
661661
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
662662
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
663-
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
664-
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
663+
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
664+
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
665665
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
666666
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
667667
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -694,8 +694,8 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ
694694
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
695695
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
696696
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
697-
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
698-
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
697+
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
698+
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
699699
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
700700
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
701701
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -770,15 +770,15 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
770770
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
771771
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
772772
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
773-
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
774-
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
773+
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
774+
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
775775
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
776776
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
777777
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
778778
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
779779
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
780-
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
781-
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
780+
golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc=
781+
golang.org/x/term v0.44.0/go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y=
782782
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
783783
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
784784
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -791,8 +791,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
791791
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
792792
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
793793
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
794-
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
795-
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
794+
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
795+
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
796796
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
797797
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
798798
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -855,8 +855,8 @@ golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
855855
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
856856
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
857857
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
858-
golang.org/x/tools v0.45.0 h1:18qN3FAooORvApf5XjCXgsuayZOEtXf6JK18I3+ONa8=
859-
golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0=
858+
golang.org/x/tools v0.46.0 h1:7jTurBkPZu4moS/Uy4OQT1M+QBlsj3wejyZwsT8Z7rk=
859+
golang.org/x/tools v0.46.0/go.mod h1:FrD85F8l+NWL+9XWBSyVSHO6Ne4jutsfIFba7AWQ5Ys=
860860
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
861861
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
862862
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -1074,12 +1074,12 @@ k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZ
10741074
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912/go.mod h1:kdmbQkyfwUagLfXIad1y2TdrjPFWp2Q89B3qkRwf/pQ=
10751075
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
10761076
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
1077-
knative.dev/eventing v0.49.1-0.20260611075324-69b976f7fd56 h1:AHDySG8Wz6mQuiKAXanlYWLjTM8hRU9P8sBPKcHbOso=
1078-
knative.dev/eventing v0.49.1-0.20260611075324-69b976f7fd56/go.mod h1:ibEWNiJvssamCNesm0N1BmB5rhWdAyJHYEIcxI+99sQ=
1077+
knative.dev/eventing v0.49.1-0.20260615165644-9a2ae8b2b023 h1:ummPeOc6N040T4/W0az4eR1fXKv0Vu24m1DVv9jysVw=
1078+
knative.dev/eventing v0.49.1-0.20260615165644-9a2ae8b2b023/go.mod h1:1+9UhTLOb6iFQ63L6rC02wZlYlpB8STI+Z7/aG3vodc=
10791079
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b h1:MvbV2F2BdI8qKrYYUhDwbUZbX0BAYRSIpXM2TOtTvs0=
10801080
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
1081-
knative.dev/pkg v0.0.0-20260615142336-0f785e385ea0 h1:/DuVdR9EfTJQh73U7vymbSYwzNrJSaI1turWaOpfxs8=
1082-
knative.dev/pkg v0.0.0-20260615142336-0f785e385ea0/go.mod h1:7YlXMU5kaJVKc15ilLYkVhbv9F3UGIPUpIrQuwSQa4E=
1081+
knative.dev/pkg v0.0.0-20260615201544-6300c57a9e78 h1:l6cYazykii3EtY+DVcQOBMgGQ9WBnhAKeGRSo+15JiI=
1082+
knative.dev/pkg v0.0.0-20260615201544-6300c57a9e78/go.mod h1:Ve19ZYW7DwIfQL4oCT9t9zmPp4egv0KacKVPXUcivDQ=
10831083
knative.dev/reconciler-test v0.0.0-20260602150814-125bf8d48e1c h1:M8GPqYxAGOLtvqk0fNUjnJp6rzxqpIRCbESh3hfMsVs=
10841084
knative.dev/reconciler-test v0.0.0-20260602150814-125bf8d48e1c/go.mod h1:QBq7VXOkZ5mbuXn7lK2pGCXLGIJsRyh0hSjoF1wd1Ds=
10851085
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

vendor/golang.org/x/crypto/blake2b/go125.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go

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

0 commit comments

Comments
 (0)