Skip to content

Commit c1c0e91

Browse files
upgrade to latest dependencies (#986)
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 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 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 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/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/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 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 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] Signed-off-by: Knative Automation <[email protected]>
1 parent 094dbc9 commit c1c0e91

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
k8s.io/code-generator v0.33.4
1111
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
1212
knative.dev/hack v0.0.0-20250902153942-1499de21e119
13-
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b
13+
knative.dev/pkg v0.0.0-20250915135827-db4c336acdbe
1414
)
1515

1616
require (
@@ -51,7 +51,7 @@ require (
5151
github.com/prometheus/common v0.66.1 // indirect
5252
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
5353
github.com/prometheus/procfs v0.17.0 // indirect
54-
github.com/spf13/pflag v1.0.7 // indirect
54+
github.com/spf13/pflag v1.0.10 // indirect
5555
github.com/x448/float16 v0.8.4 // indirect
5656
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
5757
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
@@ -72,15 +72,15 @@ require (
7272
go.uber.org/automaxprocs v1.6.0 // indirect
7373
go.uber.org/multierr v1.11.0 // indirect
7474
go.yaml.in/yaml/v2 v2.4.2 // indirect
75-
golang.org/x/mod v0.27.0 // indirect
76-
golang.org/x/net v0.43.0 // indirect
75+
golang.org/x/mod v0.28.0 // indirect
76+
golang.org/x/net v0.44.0 // indirect
7777
golang.org/x/oauth2 v0.30.0 // indirect
7878
golang.org/x/sync v0.17.0 // indirect
79-
golang.org/x/sys v0.35.0 // indirect
80-
golang.org/x/term v0.34.0 // indirect
81-
golang.org/x/text v0.28.0 // indirect
79+
golang.org/x/sys v0.36.0 // indirect
80+
golang.org/x/term v0.35.0 // indirect
81+
golang.org/x/text v0.29.0 // indirect
8282
golang.org/x/time v0.10.0 // indirect
83-
golang.org/x/tools v0.36.0 // indirect
83+
golang.org/x/tools v0.37.0 // indirect
8484
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
8585
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
8686
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7D
107107
github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw=
108108
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
109109
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
110-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
111-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
110+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
111+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
112112
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
113113
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
114114
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
@@ -176,14 +176,14 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
176176
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
177177
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
178178
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
179-
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
180-
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
179+
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
180+
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
181181
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
182182
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
183183
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
184184
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
185-
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
186-
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
185+
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
186+
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
187187
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
188188
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
189189
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -194,22 +194,22 @@ golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
194194
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
195195
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
196196
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
197-
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
198-
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
199-
golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=
200-
golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw=
197+
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
198+
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
199+
golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ=
200+
golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
201201
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
202202
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
203-
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
204-
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
203+
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
204+
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
205205
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
206206
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
207207
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
208208
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
209209
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
210210
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
211-
golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
212-
golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=
211+
golang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
212+
golang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
213213
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
214214
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
215215
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -258,8 +258,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
258258
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
259259
knative.dev/hack v0.0.0-20250902153942-1499de21e119 h1:NbQvjnFK1tL489LN0qAybWy0E17Jpziwcv/XIHwfp6M=
260260
knative.dev/hack v0.0.0-20250902153942-1499de21e119/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
261-
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b h1:Gscoeovr8XvQffYg6l2d7V8M5FuaJg34Hjg8e9sg21Y=
262-
knative.dev/pkg v0.0.0-20250909010931-8c9c1d368e4b/go.mod h1:OLfYBCgDhdEpaC2TEixU3e7byMEQmke/MHP3xsR7Gmo=
261+
knative.dev/pkg v0.0.0-20250915135827-db4c336acdbe h1:VCVC/izQ5iIRWti36s1zTuRJPcnK3fSVpnB3Li4b24Y=
262+
knative.dev/pkg v0.0.0-20250915135827-db4c336acdbe/go.mod h1:MWTdkANYm1VBSd7O33Q8Uwr9nDsrBehnVNDVPbshy7s=
263263
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
264264
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
265265
sigs.k8s.io/randfill v0.0.0-20250304075658-069ef1bbf016/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY=

0 commit comments

Comments
 (0)