Commit e423d4f
committed
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
File tree
39 files changed
+1460
-508
lines changed- vendor
- golang.org/x
- mod
- module
- semver
- net/http2
- sys
- unix
- windows
- term
- tools
- go
- ast/inspector
- packages
- types
- objectpath
- typeutil
- imports
- internal
- gcimporter
- stdlib
- typeparams
- typesinternal
- versions
39 files changed
+1460
-508
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments