Skip to content

Commit 3b3e0f9

Browse files
upgrade to latest dependencies (#998)
bumping golang.org/x/net 316e20c...a8d1fc1: > a8d1fc1 go.mod: update golang.org/x dependencies > 056ac74 quic: avoid depending on golang.org/x/sys/unix > c85f611 http3: add http3 package for testing in std > 805fc81 http2: add transport API tests > e63b894 http2: support testing via net/http.Transport.RoundTrip > 9ee1e48 http2/hpack: prevent HeaderField from escaping during encoding > 1e71bd8 http2: prevent hanging Transport due to bad SETTINGS frame > 7bca150 internal/http3: respect net/http Server Shutdown context when shutting down > 44c41be internal/http3: prevent server from holding mutex when sleeping during shutdown > 228a67a internal/http3: add CloseIdleConnections support in transport > 7b75446 internal/http3: add shutdown support for server > c48da25 internal/http3: panic in server handler if given status that is not 3 digits > a4b5ad5 internal/http3: streamline synctest.Wait usage in tests > 70576f0 http/httpproxy: godoc fixes > 157f4d5 quic: prevent server panic when handling Retry packets with short connection ID > faf99b5 quic: document that this is not yet covered by the security policy > af27605 quic: avoid usage of net.ReadMsgUDPAddrPort in non-linux and darwin builds > 2a1610a internal/http3: skip TestNetHTTPIntegration on plan9 > 6d6c88c internal/http3: prevent panic in TestNetHTTPIntegration > 10ac4db http2: deflake TestServer_Rejects_Too_Many_Streams > af2121a internal/http3: avoid blocking when closing a server's QUIC endpoint bumping golang.org/x/tools 24a8e95...3dd188d: > 3dd188d go.mod: update golang.org/x dependencies > aebd870 gopls: improve doc link matching to support links followed by a colon > 5357b43 go/analysis/passes/modernize: rangeint: handle type parameter constraints > bf04c61 go/types/internal/play: show normal terms of selected type > 0ae2de0 gopls/internal/filecache: cache decoded objects in memCache > 8e51a5f go/ssa: support direct references to embedded fields in struct lit > 5005b9e internal/gcimporter: rename ureader_yes.go to ureader.go > 5ca865b go/types/objectpath: add debugging command > f6476fb internal/gcimporter: consume generic methods in gcimporter > b36d1d1 internal/pkgbits: sync version.go with goroot > d71d09e gopls/internal/golang: check dialog support directly against forms > f94a0e7 gopls/internal/golang: refactor the file structure of dialog support > b87f6db gopls/internal/server: return lazy enum or string for stub methods > dab4f7e gopls/internal/server: InteractiveListEnum support workspaceSymbol queries > 40a8792 go/types/objectpath: fix bug with methods of cyclic interfaces > e079961 go/analysis/passes/modernize: add slicesbackward analyzer > 67b3d05 gopls/internal/golang: improve invisibility error message > b20ccfd gopls/internal/golang: detect package invisibility when stub methods > 9a66ce6 gopls/internal/golang: detect import cycle when stub methods > 25856b9 gopls/internal/protocol: preserve FormAnswers upon interactive resolution > 4f5f4d3 gopls/internal/test/marker: refactor code action marker with dialog > 318e313 gopls/internal/filewatcher: suppress flaky assertion on Windows > 6e566d7 gopls/internal/server: add form for implement interface command > 2234cbb gopls/internal/server: implement code action implement interface X > a331924 gopls/internal/server: add code action implement interface X > 5b77dcc go/analysis/passes/printf: report %w applied to a value of type *E > 8988a1c gopls/internal/golang/hover: improve embedded method hover info > 89b0829 gopls/codeaction: Add dialog tests for editing struct tags > 895039e gopls/internal/filewatcher: enable file watcher as a gopls config > 501a97f gopls/internal/server: use plain text in govulncheck prompt > 908cf39 cmd/digraph: use graphfmt.Dot > 57ea76e cmd/digraph: use graph.Transpose > 7f6d66f internal/graph: add AllPaths, use in cmd/digraph > 1a57a4e internal/graph: add ShortestPath, use in cmd/digraph > 3692e08 internal/graph: add SCCs, use in cmd/digraph > 976e27b internal/graph: add Reachable, use in cmd/digraph > 8918ecb cmd/digraph: implement graph.Graph interface > 51e99f5 cmd/digraph: rename graph -> digraph > d0a7cd4 internal/excfg: expression-level CFG package > 9b435de internal/{graph,flow}: monotone flow analysis framework > 8e82582 gopls/test/imports: add diagnostic logging for flaky test > 24068f6 go/analysis/passes/inline: don't inline embedded types causing field name changes > 5210cde internal/refactor/inline: omit unneeded parentheses > 47e1e56 gopls/internal/test/integration: fix TestIssue67156 flake > 61cd064 internal/imports: shrink goimports binary > 1a4d3a9 go/analysis/passes/modernize: preserve assignment token in mapsloop > 64767e1 gopls/internal/protocol/semtok: fix delta encoding bug > 750a7a3 gopls/internal/test/integration/misc: relax match for fmt.newPrinter > aa5e55c gopls/internal/golang: fix crash in function extraction > b1a8fb7 gopls/internal/filewatcher: add poll-based watcher > 717ec88 gopls/internal/cmd: fix flaky MCP test, disable Close() err logging > e7e17be internal/mcp: delete internal mcp sdk > 36360cd gopls/internal/golang: CodeActions: remove redundant parameter > 2693766 go/ssa: add missing conversions around Next > 1cc5cdd go/analysis/passes/modernize: fix panic in atomictypes > 560ec78 gopls: delete obsolete code > 02548f7 go/analysis/passes/modernize: fix duplicate //go:fix inline directive > 6976b8f go/analysis/passes/modernize: require go1.21 to remove user-defined min/max > 5d7afbc internal/pkgbits: sync version.go with goroot > 89d5a9a go/analysis/passes/modernize: avoid non-bool assignment rewrite in slicescontains > fb8d1e6 gopls/doc/features: add instructions for config gopls mcp server > c08597f gopls/internal/test/marker: require -cgo for fixedbugs/issue74581 > 5564f7f gopls/internal/golang/completion: fix panic on redeclared idents > cc86085 gopls/internal/test/marker: disable osarch_suffix test on riscv64 > 7a50b28 gopls/doc: fix checkout example dir when working with the Go project > ae30076 gopls/internal/filewatcher: add watcher interface > fe45d09 gopls/internal/mcp: only register watch for roots > c418235 txtar: add UTF-8 test case in TestParse > a54c8a4 internal/gocommand: document why we disable GO111MODULES > d4ff25c go/analysis/passes/modernize: rename waitgroup -> waitgroupgo > a540f91 cmd/auth: tag and delete deprecated auth module > e436e65 gopls/internal/golang: fix crash renaming import . "C" > 17ee9ac go/analysis/passes/modernize: rename atomic -> atomictypes > 3051e45 gopls/internal/settings: restore fieldalignment analyzer > 3c15264 go/analysis/passes/modernize: reflecttypefor: all .Elem() cases > 5feb281 go/analysis/checker: suppress TestPassModule on WASI bumping knative.dev/pkg cb58ae5...e65cbe9: > e65cbe9 Bump the otel group with 2 updates (# 3342) > 88ca6aa Bump the golang-x group with 2 updates (# 3343) bumping golang.org/x/term 9d2dc07...52b71d3: > 52b71d3 go.mod: update golang.org/x dependencies bumping golang.org/x/text 7ca2c6d...8577a70: > 8577a70 go.mod: update golang.org/x dependencies bumping golang.org/x/sys eaaaaee...f33a730: > f33a730 windows: support nil security descriptor on GetNamedSecurityInfo > 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go > 2c2be75 windows: use syscall.SyscallN in Proc.Call > a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows" bumping golang.org/x/mod 1ac721d...03901d3: > 03901d3 go.mod: update golang.org/x dependencies Signed-off-by: Knative Automation <automation@knative.team>
1 parent 9cf206a commit 3b3e0f9

20 files changed

Lines changed: 191 additions & 1190 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/code-generator v0.35.3
1212
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
1313
knative.dev/hack v0.0.0-20260318014029-7eede7fdcbad
14-
knative.dev/pkg v0.0.0-20260406140200-cb58ae50e894
14+
knative.dev/pkg v0.0.0-20260414003832-e65cbe95a718
1515
)
1616

1717
require (
@@ -46,15 +46,15 @@ require (
4646
go.uber.org/multierr v1.11.0 // indirect
4747
go.yaml.in/yaml/v2 v2.4.4 // indirect
4848
go.yaml.in/yaml/v3 v3.0.4 // indirect
49-
golang.org/x/mod v0.34.0 // indirect
50-
golang.org/x/net v0.52.0 // indirect
49+
golang.org/x/mod v0.35.0 // indirect
50+
golang.org/x/net v0.53.0 // indirect
5151
golang.org/x/oauth2 v0.35.0 // indirect
5252
golang.org/x/sync v0.20.0 // indirect
53-
golang.org/x/sys v0.42.0 // indirect
54-
golang.org/x/term v0.41.0 // indirect
55-
golang.org/x/text v0.35.0 // indirect
53+
golang.org/x/sys v0.43.0 // indirect
54+
golang.org/x/term v0.42.0 // indirect
55+
golang.org/x/text v0.36.0 // indirect
5656
golang.org/x/time v0.10.0 // indirect
57-
golang.org/x/tools v0.43.0 // indirect
57+
golang.org/x/tools v0.44.0 // indirect
5858
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
5959
google.golang.org/protobuf v1.36.11 // indirect
6060
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,24 @@ go.yaml.in/yaml/v2 v2.4.4 h1:tuyd0P+2Ont/d6e2rl3be67goVK4R6deVxCUX5vyPaQ=
106106
go.yaml.in/yaml/v2 v2.4.4/go.mod h1:gMZqIpDtDqOfM0uNfy0SkpRhvUryYH0Z6wdMYcacYXQ=
107107
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
108108
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
109-
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
110-
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
111-
golang.org/x/net v0.52.0 h1:He/TN1l0e4mmR3QqHMT2Xab3Aj3L9qjbhRm78/6jrW0=
112-
golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
109+
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
110+
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
111+
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
112+
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
113113
golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ=
114114
golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
115115
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
116116
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
117-
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
118-
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
119-
golang.org/x/term v0.41.0 h1:QCgPso/Q3RTJx2Th4bDLqML4W6iJiaXFq2/ftQF13YU=
120-
golang.org/x/term v0.41.0/go.mod h1:3pfBgksrReYfZ5lvYM0kSO0LIkAl4Yl2bXOkKP7Ec2A=
121-
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
122-
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
117+
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
118+
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
119+
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
120+
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
121+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
122+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
123123
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
124124
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
125-
golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s=
126-
golang.org/x/tools v0.43.0/go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0=
125+
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
126+
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
127127
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
128128
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
129129
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -159,8 +159,8 @@ k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzk
159159
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
160160
knative.dev/hack v0.0.0-20260318014029-7eede7fdcbad h1:yH957Dv5HrPgllwTs7e1wvCKcjg/PC0QPQGEWkK7QFw=
161161
knative.dev/hack v0.0.0-20260318014029-7eede7fdcbad/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
162-
knative.dev/pkg v0.0.0-20260406140200-cb58ae50e894 h1:Zabll+2HVz/YH9JLIIL/o7FH8tQP7m2neAgUNSJUjGk=
163-
knative.dev/pkg v0.0.0-20260406140200-cb58ae50e894/go.mod h1:pqHAkUWsa/DsOKJvubQ7JjesfbA+W7ph3nOXt7DCiAw=
162+
knative.dev/pkg v0.0.0-20260414003832-e65cbe95a718 h1:/8xILwHO82gYQXgqQgP9jbSpxg8rmsl/mk1YrYtY/hs=
163+
knative.dev/pkg v0.0.0-20260414003832-e65cbe95a718/go.mod h1:m+Jaj5UyK7VkrEx6rt4buVX3a5eaB+vtJqEfQVGnAGQ=
164164
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
165165
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
166166
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

vendor/golang.org/x/net/http2/hpack/tables.go

Lines changed: 10 additions & 3 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/transport.go

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

vendor/golang.org/x/sys/windows/dll_windows.go

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

vendor/golang.org/x/sys/windows/security_windows.go

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

vendor/golang.org/x/tools/go/types/objectpath/objectpath.go

Lines changed: 1 addition & 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)