Skip to content

Commit 61c7a87

Browse files
upgrade to latest dependencies (#693)
bumping golang.org/x/text 425d715...e69f31b: > e69f31b go.mod: update golang.org/x dependencies > 60c9786 all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/mod f8a9fe2...1759e96: > 1759e96 go.mod: update golang.org/x dependencies > f060e16 all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/crypto ef5341b...5307a0c: > 5307a0c go.mod: update golang.org/x dependencies > 9d77937 acme: include order problem in OrderError > 8f580de ssh: remove Go 1.24 build tag for ML-KEM kex > a4d1237 ssh/knownhosts: improve IPv6 support in Normalize > b8d8dae curve25519: include potential fips140=only error in panic message > f5a2eab ssh: use curve25519.X25519 instead of curve25519.ScalarMult > 44ecf3a all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/sys 5b936e1...b06ce05: > b06ce05 windows: add FILE_ZERO_DATA_INFORMATION > 689cc11 unix: fix Listen on solaris > a4712b9 plan9: drop go version tags for unsupported versions > 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux > ab85cbb unix/linux: extend rtnetlink constants > 9bd3753 unix: switch (*CPUSet).Zero to clear builtin > 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15} > 543f21a all: upgrade go directive to at least 1.24.0 [generated] bumping knative.dev/pkg 8c9c1d3...db4c336: > db4c336 Bump the golang-x group with 2 updates (# 3262) > 5822f05 Bump github.com/spf13/pflag from 1.0.7 to 1.0.10 (# 3260) bumping knative.dev/eventing d5e9973...600b194: > 600b194 [Automated] Update eventing-eventing-integrations nightly (# 8726) > 24dcebf [main] Upgrade to latest dependencies (# 8725) > 1c920ca [Automated] Update eventing-eventing-integrations nightly (# 8716) bumping golang.org/x/net e74bc31...3b23d57: > 3b23d57 http2: fix race condition when disabling goroutine debugging for one test > 8741050 http2: simplify TestServer_Push_RejectAfterGoAway > 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError > 6dc6880 http2: simplify ClientConn Close and Shutdown tests > 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose > 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly > b9acd77 http2: speed up TestTransportFlowControl > 5153f4d go.mod: update golang.org/x dependencies > 9338bdd http2: speed up TestTransportHandlerBodyClose > 6b20036 http2: add synchronous handler support to serverTester > b0013c6 http2: modernize TestTransportChecksRequestHeaderListSize > 162ad30 http2: simplify TestServerWindowUpdateOnBodyClose > 22a8c02 http2: remove test-only path in requestBody.Read > 1ff92d3 http2: don't panic when ServeConn is passed a nil options > a2a62f2 http2: use synctest.Wait rather than poking into server internals in test > 7da929c http2: avoid examining ResponseWriter internals in test > a99f4fe http2: remove unused stream-level flow control check > 2378062 http2: remove pre-go1.24 support > 7c51e1f http2: use testing/synctest > b800b20 context: add //go:fix inline annotation to Context et al > c1e936d all: upgrade go directive to at least 1.24.0 [generated] bumping knative.dev/serving 93577e9...768b989: > 768b989 Update net-contour nightly (# 16089) > d51a789 upgrade to latest dependencies (# 16087) > 973fcba Update net-istio nightly (# 16079) bumping github.com/spf13/pflag f9cbdd9...0491e57: > 0491e57 Merge pull request # 448 from thaJeztah/fix_go_version > 72abab1 Merge pull request # 447 from thaJeztah/fix_deprecation_comment > 7e4dfb1 Test on Go 1.12 > 1043857 Merge pull request # 446 from spf13/fix-backwards-compat > 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist > 18a9d17 move Func, BoolFunc, tests as they require go1.21 > b9c16fa Merge pull request # 444 from spf13/reset-args-even-if-empty > 7412009 fix: Restore ParseErrorsWhitelist name for now > c5b9e98 remove uses of errors.Is, which requires go1.13 > 40abc49 Merge pull request # 443 from spf13/silence-errhelp > d25dd24 Reset args on re-parse even if empty > 094909d Merge pull request # 365 from vaguecoder/str2str-sorted > 1bf832c Use errors.Is instead of equality check > 7c651d1 Merge pull request # 407 from tmc/fix-errhelp > ccb49e5 Print Default Values of String-to-String in Sorted Order > b55ffb6 fix: Don't print ErrHelp in ParseAll > 1db553c Merge pull request # 330 from pohly/copy-to-go-flagset > fd649b2 Merge branch 'master' into fix-errhelp > bfb5618 Merge pull request # 438 from mologie/fix-time-default-text > 44aa4aa add CopyToGoFlagSet > d66f0ce flag: Emulate stdlib behavior and do not print ErrHelp > c78f730 Merge pull request # 261 from dubrie/master > 1b52f76 Omit zero time.Time default from usage line > c2fd743 Merge pull request # 364 from vaguecoder/duplicate-error > 0aa4171 Update flag_test.go > 391036c Ensure output is written also from ParseAll > b41e8b7 Switching from whitelist to Allowlist terminology > 5159cda Ensure output is written to correct stream > 1a9275f Remove Redundant "Unknown-Flag" Error bumping golang.org/x/term a35244d...1a11b45: > 1a11b45 go.mod: update golang.org/x dependencies > d862cd5 all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/tools 44d18e1...d49da96: > d49da96 go/analysis/internal/checker: fix panic due to nil Pass > 9da4f7b gopls/internal/test/integration/completion: make test go1.26-robust > 4409ea7 gopls/internal/server: add telemetry for Zed, Helix clientInfo > 75023ae go/ast/inspector: update outdated documentation > 785cd66 gopls/internal/test/integration/completion: skip TestFuzzFunc pre-go1.25 > ac2e4a5 go.mod: update golang.org/x dependencies > bc9374d go/callgraph/vta: remove unnecessary use of unsafe > 12d7e15 gopls/internal/analysis/modernize: add test of no gopls imports > 263a769 gopls/internal/mcp: use official go mcp sdk > e548c70 gopls/internal/analysis/modernize: fix bad edit in var ( ... ) decl > 08a6323 gopls/completion: unimported completions with explicit package names > 14e7f8a internal/analysisinternal: simplify DeleteStmt using Cursor > 67a07f8 internal/astutil: move declarations from gopls/internal/util/astutil > c752aaa internal/analysisinternal/generated: move from gopls/internal/analysis > 7f6b407 internal/moreiters: move from gopls/internal/util/moreiters > ba14f00 gopls/internal/analysis/modernize/rangeint: fix defer bug > 05dba8a cmd/goimports: add counter > 45bd1e6 gopls/internal/golang: OutgoingCalls: fix crash on error.Error > 5014c67 gopls/internal/analysis/recursiveiter: fix typo > 29a972e x/tools: assume go1.24 and simplify > b8cdd9c gopls/internal/analysis/modernize: stringsbuilder: fix s=x bug > bd1ee09 gopls/internal: modernize -stringbuilder -fix > 79bbf07 gopls/internal/analysis/modernize: string+=string => strings.Builder > 530d13a go/cfg: describe conditional blocks > a09a2fb go/analysis/unitchecker: support -fix > d7b8acd go/packages: add Postorder iterator over import graph > 7729b6f gopls: modernize > ac9fc58 gopls: update to go1.25 > 71346fc godoc,cmd/godoc: delete > be52c40 gopls/internal/analysis/modernize: split up > ccfe399 cmd/godoc: remove replace directive > 923c35d godoc: remove replace directive > a5c0eb8 godoc: isolate module > c9a903f cmd/godoc: isolate module > 81b9c37 gopls/internal/golang: InlayHint: allow space before // ignore error > 1aca71e internal/refactor/inline: simple typo > b3d4678 go/analysis/passes/copylock: restrict issue61678 test to before Go 1.26 > 974c859 internal/mcp/internal/oauthex: x/oauth2 extensions > ebd6130 gopls/internal/analysis/generated: amortize ast.IsGenerated > e8ff82c gopls: support jump to definition for field links in comments > 6ebfec2 gopls/internal/analysis: fix waitgroup modernizer formatting > 5a268f4 gopls/internal/folding_range: allow more folding ranges > e48606b gopls/internal/analysis/modernize: invalid code produced by fmtappendf modernizer > 52b7d1c gopls/internal/mcp: fix panic in symbolReferencesHandler on nil types.Object > 477e0ab gopls/internal/filewatcher: replace handleEvent with convertEvent > bae1876 gopls/doc: fix broken url > 5397e65 all: upgrade go directive to at least 1.24.0 [generated] > b6b473e internal/stdlib: update stdlib index for Go 1.25.0 > e40660c gopls/internal/test/integration/completion: skip a_test.go > 8866876 gopls/internal/golang/completion: don't make unnecessary conversions for generic functions > 9c0760d gopls/internal/settings: add ui.newGoFileHeader option > c212c4a gopls/internal/analysis/modernize: fix doc typos Signed-off-by: Knative Automation <[email protected]>
1 parent 072c1c0 commit 61c7a87

File tree

30 files changed

+1252
-1244
lines changed

30 files changed

+1252
-1244
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ require (
1313
k8s.io/api v0.33.4
1414
k8s.io/apimachinery v0.33.4
1515
k8s.io/client-go v0.33.4
16-
knative.dev/eventing v0.46.1-0.20250910170819-d5e9973e559b
16+
knative.dev/eventing v0.46.1-0.20250916120502-600b194a1f41
1717
knative.dev/hack v0.0.0-20250902153942-1499de21e119
18-
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b
19-
knative.dev/serving v0.46.1-0.20250910032334-93577e9cb30c
18+
knative.dev/pkg v0.0.0-20250915135827-db4c336acdbe
19+
knative.dev/serving v0.46.1-0.20250916121801-768b989eb608
2020
)
2121

2222
require (
@@ -67,7 +67,7 @@ require (
6767
github.com/rickb777/date v1.13.0 // indirect
6868
github.com/rickb777/plural v1.2.1 // indirect
6969
github.com/robfig/cron/v3 v3.0.1 // indirect
70-
github.com/spf13/pflag v1.0.7 // indirect
70+
github.com/spf13/pflag v1.0.10 // indirect
7171
github.com/x448/float16 v0.8.4 // indirect
7272
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7373
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
@@ -89,16 +89,16 @@ require (
8989
go.uber.org/automaxprocs v1.6.0 // indirect
9090
go.uber.org/multierr v1.11.0 // indirect
9191
go.yaml.in/yaml/v2 v2.4.2 // indirect
92-
golang.org/x/crypto v0.41.0 // indirect
93-
golang.org/x/mod v0.27.0 // indirect
94-
golang.org/x/net v0.43.0 // indirect
92+
golang.org/x/crypto v0.42.0 // indirect
93+
golang.org/x/mod v0.28.0 // indirect
94+
golang.org/x/net v0.44.0 // indirect
9595
golang.org/x/oauth2 v0.30.0 // indirect
9696
golang.org/x/sync v0.17.0 // indirect
97-
golang.org/x/sys v0.35.0 // indirect
98-
golang.org/x/term v0.34.0 // indirect
99-
golang.org/x/text v0.28.0 // indirect
97+
golang.org/x/sys v0.36.0 // indirect
98+
golang.org/x/term v0.35.0 // indirect
99+
golang.org/x/text v0.29.0 // indirect
100100
golang.org/x/time v0.12.0 // indirect
101-
golang.org/x/tools v0.36.0 // indirect
101+
golang.org/x/tools v0.37.0 // indirect
102102
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
103103
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
104104
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect

go.sum

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
173173
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
174174
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
175175
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
176-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
177-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
176+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
177+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
178178
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518/go.mod h1:CKI4AZ4XmGV240rTHfO0hfE83S6/a3/Q1siZJ/vXf7A=
179179
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
180180
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
@@ -245,14 +245,14 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
245245
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
246246
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
247247
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
248-
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=
249-
golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc=
248+
golang.org/x/crypto v0.42.0 h1:chiH31gIWm57EkTXpwnqf8qeuMUi0yekh6mT2AvFlqI=
249+
golang.org/x/crypto v0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8=
250250
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
251251
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
252252
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
253253
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
254-
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
255-
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
254+
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
255+
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
256256
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
257257
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
258258
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
@@ -264,8 +264,8 @@ golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT
264264
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
265265
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
266266
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
267-
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
268-
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
267+
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
268+
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
269269
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
270270
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
271271
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -293,15 +293,15 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
293293
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
294294
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
295295
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
296-
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
297-
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
296+
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
297+
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
298298
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
299299
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
300300
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
301301
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
302302
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
303-
golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=
304-
golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw=
303+
golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ=
304+
golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
305305
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
306306
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
307307
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
@@ -310,8 +310,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
310310
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
311311
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
312312
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
313-
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
314-
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
313+
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
314+
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
315315
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
316316
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
317317
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -322,8 +322,8 @@ golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4f
322322
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
323323
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
324324
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
325-
golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
326-
golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
325+
golang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
326+
golang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
327327
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
328328
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
329329
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -387,16 +387,16 @@ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff h1:/usPimJzUKKu+m+TE36gUy
387387
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff/go.mod h1:5jIi+8yX4RIb8wk3XwBo5Pq2ccx4FP10ohkbSKCZoK8=
388388
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
389389
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
390-
knative.dev/eventing v0.46.1-0.20250910170819-d5e9973e559b h1:u2n46/rTmab70HoKGaa/sRCeKXv9K4MTxspKQNrKnjc=
391-
knative.dev/eventing v0.46.1-0.20250910170819-d5e9973e559b/go.mod h1:NP1ypjTAP+eZTT1P/Xk8DAI+dkqkWatFP73IikS4BIo=
390+
knative.dev/eventing v0.46.1-0.20250916120502-600b194a1f41 h1:6FDVyBt4C5lHyprHThVk7BFt9MxOJ6liR2RKKFQ6vXw=
391+
knative.dev/eventing v0.46.1-0.20250916120502-600b194a1f41/go.mod h1:HRusNPXiJsv2USQLE9i0gPm/cnUZo0jVTlkVdBTcfC8=
392392
knative.dev/hack v0.0.0-20250902153942-1499de21e119 h1:NbQvjnFK1tL489LN0qAybWy0E17Jpziwcv/XIHwfp6M=
393393
knative.dev/hack v0.0.0-20250902153942-1499de21e119/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
394394
knative.dev/networking v0.0.0-20250909015233-e3b68fc57bea h1:712x0cJVdyKELYhO9Asie79wD4AvW/6bmdqGAAB6QYQ=
395395
knative.dev/networking v0.0.0-20250909015233-e3b68fc57bea/go.mod h1:P8mxand4fkoIIucr7pVv4sVk3IpTGGCQpJbwKu8fhy4=
396-
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b h1:Gscoeovr8XvQffYg6l2d7V8M5FuaJg34Hjg8e9sg21Y=
397-
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b/go.mod h1:OLfYBCgDhdEpaC2TEixU3e7byMEQmke/MHP3xsR7Gmo=
398-
knative.dev/serving v0.46.1-0.20250910032334-93577e9cb30c h1:HTvPrb9EclY4We6o6eDN3blELg/50XN8wVw20qBoODE=
399-
knative.dev/serving v0.46.1-0.20250910032334-93577e9cb30c/go.mod h1:pERRORu4itdaYfKSoNx5mhP2IduUkEQIClBQ5eXWBig=
396+
knative.dev/pkg v0.0.0-20250915135827-db4c336acdbe h1:VCVC/izQ5iIRWti36s1zTuRJPcnK3fSVpnB3Li4b24Y=
397+
knative.dev/pkg v0.0.0-20250915135827-db4c336acdbe/go.mod h1:MWTdkANYm1VBSd7O33Q8Uwr9nDsrBehnVNDVPbshy7s=
398+
knative.dev/serving v0.46.1-0.20250916121801-768b989eb608 h1:oh8W09kAH3c+502wFz3NWlKvibeCqJdEJdgPGsWCONQ=
399+
knative.dev/serving v0.46.1-0.20250916121801-768b989eb608/go.mod h1:lQk+jslR4hAA6dtUBQpRWrOX0EfkdUduR3/hZmMWNdA=
400400
sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM=
401401
sigs.k8s.io/gateway-api v1.1.0/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs=
402402
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=

vendor/github.com/spf13/pflag/flag.go

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

vendor/github.com/spf13/pflag/golangflag.go

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

vendor/github.com/spf13/pflag/string_to_string.go

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

vendor/github.com/spf13/pflag/time.go

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

0 commit comments

Comments
 (0)