Skip to content

Commit e423d4f

Browse files
upgrade to latest dependencies
bumping golang.org/x/net 2002a06...9a29643: > 9a29643 go.mod: update golang.org/x dependencies > 07cefd8 context: deprecate > 5ac9dac publicsuffix: don't treat ip addresses as domain names > d1f64cc quic: use testing/synctest > fff0469 http2: document that RFC 7540 prioritization does not work with small payloads > f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler > 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead > 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely > 027f8b7 quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE > dec9fe7 dns/dnsmessage: update SVCB packing to prohibit name compression > 9be1ff2 all: fix some comments > 6e243da quic: update Initial keys when handling Retry > 98daa2e quic: send ECN feedback to peers > c296faf net/http2: pool transport gzip readers > ef82ae8 dns/dnsmessage: return an error for too long SVCParam.Value > 3ba82d2 internal/quic/cmd/interop: test ChaCha20 on server > bb2055d dns/dnsmessage: add https svcb dns types > 63d1a51 http2: Allow reading frame header and body separately > 9f2f0b9 http2: avoid data race on DebugGoroutines in TestGoroutineLock > e7c005d http2: implement a more efficient writeQueue that avoids unnecessary copies. > b93acc2 all: use reflect.TypeFor instead of reflect.TypeOf bumping golang.org/x/text c6abd03...e7ff6b3: > e7ff6b3 go.mod: update golang.org/x dependencies > fbf012b all: use reflect.TypeFor instead of reflect.TypeOf bumping golang.org/x/tools a22b5e8...034e59c: > 034e59c internal/analysis/analyzerutil: fix FileUsesGoVersion > 076bd80 gopls/internal/filewatcher: retry directory reading upon failure > 605803f go/analysis/passes/loopclosure: simplify using IsMethodNamed > 2c6e03f internal/testenv: allow Apple diff too > 82112c0 gopls/internal/settings: correct git issue for fieldalignment warning > 1f97856 go.mod: update golang.org/x dependencies > c24121c go/analysis/passes/modernize: stditerators: even better name heuristic > edb9587 go/analysis/passes/modernize: stditerators: better name heuristic > 2f6a4f9 go/analysis/passes/modernize: forvar: handle "if v := v; cond {" > efd8c43 go/analysis: don't apply fixes to generated files > 44dda2b gopls/internal/server: don't pop up errors when resolving code actions > 1ca4aa2 internal/gcimporter: refine golang/go# 76222 crash > 73ff4bd internal/analysis: rename analysisinternal > fd2b1c9 gopls/internal/golang: fix crash in canExtractVariable > b019204 internal/analysisinternal/analyzerutil: FileUsesGoVersion > 967f079 internal/analysisinternal: rationalize dependencies > 86286a9 x/tools: go fix > b321b16 go/analysis/passes/modernize: respect bootstrap toolchain version > 4cf8d34 internal/stdlib: IsBootstrap and BootstrapVersion > 2458b74 go/analysis/passes/inline: skip on dedicated test of target func > 102c174 gopls/internal/mcp: add go_rename_symbol MCP tool > b648f73 internal/astutil/free: handle receiver type params correctly > ca7a362 go/analysis/passes/modernize: use strings.Contains in strings.Cut modernizer > b3039ca go/analysis/passes/modernize: slicecontains: fix bad fix > e49b577 go/analysis/passes/inline: rename files > 30def9c x/tools: remove unused parameters > 277e1b1 internal/astutil/free: support FuncDecl > ce95316 go/analysis/internal/analysisflags: -fix: remove unused imports > b74c098 go/ssa: exploit "noreturn" info to prune spurious CFG edges > 655fb07 gopls/internal/filewatcher: synthesize events after watching a dir > 0a420c7 gopls/internal/golang: Extract variable: simplify using Cursor > c84854a gopls/internal/test/marker: another test case for golang/go# 76144 > f16791f internal/refactor/inline: make soleUse asymptotically faster > 61c1b28 go/analysis/passes/modernize: newexpr: add //go:fix inline directives > eebe4d7 internal/refactor/inline: check caller/callee file Go versions > f8a6b84 internal/server: add instrumentation to track gopls command usage > 70d65ec all: minor improvement for docs > 5ac454b gopls/internal/filewatcher: read and process event in separate goroutine > 9d65a90 go/ssa: print dominator tree > 7086838 gopls/internal/golang: Extract function: simplify using Cursor > 63a7b87 go/analysis/passes/modernize: fix illegal byte argument error produced in stringscut modernizer > 1980517 imports: restore VendorlessPath(ipath string) > ed067b1 internal/astutil/free: move inline.freeishNames into its own package > f0b71b2 go/analysis/passes/fieldalignment: fix data race > 9222b43 go/analysis: tweak Diagnostic.SuggestedFixes doc > 154b4e7 gopls/internal/analysis/modernize: add strings.Cut modernizer > b9df2bb gopls/internal/mcp: fix NPE in file diagnostics > ac9dfe4 gopls/internal: drop import name internalastutil > aaa2972 gopls: replace snapshot.FindFile by ReadFile > 1385a78 gopls/internal/golang: support hover over selected expression > 736b438 gopls/internal/golang: Hover: show field info for embedded fields too > 1008eef gopls/internal/golang: change hover handling from position to range > c9ea558 gopls/internal/golang: Hover: use Cursor throughout > c0daa7f gopls/internal/settings: introduce ModeVulncheckPrompt as default value for VulncheckMode setting > 5889d2a gopls/internal/golang: add navigation to doc links in hovers > 25c4275 internal/astutil: add Range type > b53508c gopls/internal/golang: CallHierarchy: only funcs > 95d9ec2 go/ast/inspector: FindByPos: fix bug in FuncDecl.Type > 1ee38c9 gopls/internal/golang: typeDefinition: allow any expression > ec60e18 all: fix some typos in comment > df501f0 gopls/internal/analysis/yield: handle booleans better > 6d92aa4 gopls/go.mod: update staticcheck to 8273271 > b89c4fe cmd/deadcode: suppress marker interface method reporting > c2e7979 go/analysis/passes/modernize: fix the potential deadlock issues in bloop > bea5215 gopls/internalanalysis: DeleteStmt deletes comments > b2d9e77 gopls/internal/analysis/yield: improve diagnostic > e0917dc gopls/internal/test/integration/workspace: fix broken test > 828a107 go/packages: use correct "std" heuristic > 7d9453c go/analysis/internal/analysisflags: update help message > 59d5230 gopls/internal/golang: fix panic in inlineOneVariable > 9bc1825 go/analysis/passes/internal/analysisutil: delete package > 47123ba internal/typesinternal: merge HasSideEffects -> NoEffects > 95e71b9 go/analysis/passes/assign: use refactor.DeleteStmt > 0d2befa go/analysis/passes/unreachable: use refactor.DeleteStmt > 3e909b6 gopls/internal/analysis/unusedfunc: use refactor.Delete* operators > f811b39 go/analysis/passes/modernize: plusbuild: remove +build comments > 1b3cb5c go/analysis/passes/buildtag: revert "suggest fix to remove +build lines" > 1daaaca go/analysis/passes/modernize: reflecttypefor: remove orphaned var > f8608b7 internal/typesinternal: implement VarKind compatibility shim > f1d1a69 all: make function comment match function name > d2096d1 internal/analysisinternal: move more stuff out > 4321df7 go/analysis/unitchecker: minor cleanups > 96d2e44 go/packages/internal/linecount: add -nonblank flag > d507345 x/tools: use new astutil.EnclosingFile helper bumping knative.dev/pkg ab67eb7...7d24e8d: > 7d24e8d Bump the golang-x group with 2 updates (# 3292) > 83e0e80 Bump actions/checkout from 5 to 6 (# 3294) bumping golang.org/x/mod bba3e06...7416265: > 7416265 go.mod: update golang.org/x dependencies > 5517a71 all: fix some comments > b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf bumping golang.org/x/term 3a0828a...1231d54: > 1231d54 go.mod: update golang.org/x dependencies > 3475bc8 term: fix some comments bumping golang.org/x/sys 1edeebe...15129aa: > 15129aa cpu: also use MRS instruction in getmmfr1 > ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp > 3675c4c cpu: use MRS instruction to read arm64 system registers > 2a15272 unix: add consts for ELF handling > 6239615 cpu: add HPDS, LOR, PAN detection for arm64 > ea436ef windows: add iphlpapi routing functions > 28c5bda unix: add SetMemPolicy and its mode/flag values > b731f78 unix/linux: switch to ubuntu 25.04, Go 1.25.1 Signed-off-by: Knative Automation <[email protected]>
1 parent 088ea3c commit e423d4f

39 files changed

+1460
-508
lines changed

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.34.2
1212
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
1313
knative.dev/hack v0.0.0-20251117013754-67a5b048bc27
14-
knative.dev/pkg v0.0.0-20251119125415-ab67eb7f8660
14+
knative.dev/pkg v0.0.0-20251124190527-7d24e8d1085f
1515
)
1616

1717
require (
@@ -47,15 +47,15 @@ require (
4747
go.uber.org/multierr v1.11.0 // indirect
4848
go.yaml.in/yaml/v2 v2.4.2 // indirect
4949
go.yaml.in/yaml/v3 v3.0.4 // indirect
50-
golang.org/x/mod v0.29.0 // indirect
51-
golang.org/x/net v0.46.0 // indirect
50+
golang.org/x/mod v0.30.0 // indirect
51+
golang.org/x/net v0.47.0 // indirect
5252
golang.org/x/oauth2 v0.30.0 // indirect
5353
golang.org/x/sync v0.18.0 // indirect
54-
golang.org/x/sys v0.37.0 // indirect
55-
golang.org/x/term v0.36.0 // indirect
56-
golang.org/x/text v0.30.0 // indirect
54+
golang.org/x/sys v0.38.0 // indirect
55+
golang.org/x/term v0.37.0 // indirect
56+
golang.org/x/text v0.31.0 // indirect
5757
golang.org/x/time v0.10.0 // indirect
58-
golang.org/x/tools v0.38.0 // indirect
58+
golang.org/x/tools v0.39.0 // indirect
5959
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
6060
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
6161
google.golang.org/protobuf v1.36.8 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
113113
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
114114
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
115115
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
116-
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
117-
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
116+
golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk=
117+
golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc=
118118
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
119119
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
120120
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
121121
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
122-
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
123-
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
122+
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
123+
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
124124
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
125125
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
126126
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -131,22 +131,22 @@ golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
131131
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
132132
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
133133
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
134-
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
135-
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
136-
golang.org/x/term v0.36.0 h1:zMPR+aF8gfksFprF/Nc/rd1wRS1EI6nDBGyWAvDzx2Q=
137-
golang.org/x/term v0.36.0/go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss=
134+
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
135+
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
136+
golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU=
137+
golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254=
138138
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
139139
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
140-
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
141-
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
140+
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
141+
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
142142
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
143143
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
144144
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
145145
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
146146
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
147147
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
148-
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
149-
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
148+
golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ=
149+
golang.org/x/tools v0.39.0/go.mod h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ=
150150
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
151151
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
152152
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -186,8 +186,8 @@ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8
186186
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
187187
knative.dev/hack v0.0.0-20251117013754-67a5b048bc27 h1:yPzDTKOFtSYHxgXB2N7+nWT/3doNqPNCbCf7Bf9PeAE=
188188
knative.dev/hack v0.0.0-20251117013754-67a5b048bc27/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
189-
knative.dev/pkg v0.0.0-20251119125415-ab67eb7f8660 h1:4lJPD8CTsOZ6cXFYkm3LtZ8bruSY9OQpyIFS6S5NPGQ=
190-
knative.dev/pkg v0.0.0-20251119125415-ab67eb7f8660/go.mod h1:iVOYfi7BiB0jQEEiW3NUfBHVOjc0QIbdOqdNs47YEoI=
189+
knative.dev/pkg v0.0.0-20251124190527-7d24e8d1085f h1:7iAlnfj961/9s7Mt3JVP5qXnJAjFDVXqxUncUu1StwY=
190+
knative.dev/pkg v0.0.0-20251124190527-7d24e8d1085f/go.mod h1:PPj0KaNiLGCfmOOB5IEu4ynLSY/C61r6vN4j9Tup5HY=
191191
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
192192
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
193193
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

vendor/golang.org/x/mod/module/module.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.

vendor/golang.org/x/mod/semver/semver.go

Lines changed: 2 additions & 2 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/frame.go

Lines changed: 52 additions & 24 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: 82 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)