Commit 6492f6e
authored
upgrade to latest dependencies (#1010)
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 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
bumping golang.org/x/term 3a0828a...1231d54:
> 1231d54 go.mod: update golang.org/x dependencies
> 3475bc8 term: fix some comments
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/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 knative.dev/pkg 83e0e80...7d24e8d:
> 7d24e8d Bump the golang-x group with 2 updates (# 3292)
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
Signed-off-by: Knative Automation <[email protected]>1 parent 1e52e60 commit 6492f6e
2 files changed
+21
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
| 201 | + | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments