Commit 1430cdd
authored
upgrade to latest dependencies (#1065)
bumping golang.org/x/term 3c3e485...3b43943:
> 3b43943 go.mod: update golang.org/x dependencies
bumping golang.org/x/text 3ef517e...f4bb632:
> f4bb632 go.mod: update golang.org/x dependencies
bumping golang.org/x/mod 643da9b...deb1dfc:
> deb1dfc go.mod: update golang.org/x dependencies
> 087f651 modfile: use slices.Backward
> 343ee60 x/mod: allow for aggressively conslidating requires
bumping knative.dev/pkg 0f785e3...6300c57:
> 6300c57 Bump the golang-x group with 3 updates (# 3370)
bumping golang.org/x/tools 2aabba0...3d6f8df:
> 3d6f8df go/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv
> 47abf61 gopls: move internal/tool into gopls/internal/tool
> 19cebc5 go/packages/gopackages: use standard flag package instead of internal/tool
> e965c10 gopls/internal/test/marker: update hover test
> 96efd3d gopls/internal/golang/stubmethods: support generic interfaces
> 83be7b7 go.mod: update golang.org/x dependencies
> bf05c11 internal/typesinternal: ForEachElement: test generic methods
> 99df0ab go/callgraph/static: support generic methods
> 6942095 go/ssa: fix instantiation of generic methods on non-generic receivers
> 070e85d go/callgraph/rta: skip generic methods in fingerprinting
> 1287404 go/ssa: EnclosingFunction: test with generic methods
> b9da64c go/types/typeutil: IntuitiveMethodSet: test with generic methods
> d1d25db go/ssa/interp: add note about NumMethod bug wrt generic methods
> 1761a50 gopls/internal/cmd: remove 'gopls bug' subcommand
> 09a1b9b go/ssa: reject generic methods from RuntimeTypes
> c0503c5 gopls/internal/mcp: fix reporting in go_diagnostics tool
> 9781f9a gopls/internal/golang/stubmethods: fix internal error (missing type)
> 4011715 go/packages: make Config.Env test independent of go list build work
> e5302d9 gopls/internal/filewatcher: remove unused interval field
> bf84e70 gopls/internal/protocol: ID-based answer/question in interactive form
> 2552dd2 gopls/internal/server: collect counter for interactive command execution
> bd73c99 go/ssa: remove redundant emitConv call
> 574fb48 gopls/go.mod: update dependencies following the v0.22.0 release
> 50c1ed9 gopls/internal/filecache: add GetOrFatal and ErrNoCache
> 5fbfe92 gopls/internal/server: fix vulncheck test
> 0d0722f go/analysis/passes/printf: adjust printf analyzer for CL 784381
> b8b7e98 gopls/internal/settings: factor analyzer suites
> 89613e1 gopls/internal/golang/completion: support go1.27 embedded T{f: ...}
> 22cf286 gopls/internal/analysis/fillstruct: respect file go version
> 5f91a01 gopls/internal/test/marker: document fillstruct behavior before go127
> 9f31451 cmd/callgraph: add -{cpu,mem}profile flags for maintainers
> 2c752fb gopls/internal/golang: fix highlight crash on continue not in loop
> 0563120 go/packages: check for duplicate package IDs in driver response
> 1274bf3 go/packages: rewrite test of external drivers
> 7bb1101 gopls/internal/golang/completion: diagnostic code
> aeb48f1 go/analysis/passes/modernize: embedlit: remove full line
> 796a52c gopls/integration/misc: Test61208 is flaky
> 88448a8 gopls/internal/server: fix race DidChange vs generated file warning
> ec1767c gopls/internal/server: minor cleanup to didModifyFiles
> 266a70b gopls/internal/server: support semantic tokens if configuration enabled
> a0e2977 internal/typeinternal: skip final leaf field in field selection
> 27c6101 gopls/internal/analysis/fillstruct: support embedded fields
> 6a4a487 gopls/internal/analysis/fillstruct: do not offer if contains untagged
> a98d17b gopls/internal/analysis/fillstruct: support promoted field detection
> 3a33ec0 gopls/internal/golang: InlayHint: show embedded fields in T{F: 0}
> 3d7b5fb internal/modindex: prevent out of bounds panic
> d46bcbe refactor/satisfy: use NormalTerms, not CoreType
> 2396311 gopls/internal/analysis/fillstruct: analyze overlapping struct literal
> bd5d819 present: remove duplicate test case in TestFont
> c7a4cdd gopls/internal/test: add skipped repro for golang/go# 64235
> 2973ba2 gopls/internal/server: add more LSP clients to telemetry mapping
> 221fd6b cmd/goyacc: use math.MinInt16 as sentinel value for large grammars
> ddb65ec go/analysis/passes/sqlrowserr: report missing sql.Rows.Err calls
> 28ff181 go/analysis/passes/inline: broaden "from own test" skip criterion
> a8364ae gopls/internal/analysis/errorsastypeshadow: rename errorsastype
> e938bf0 gopls/internal/cache/methodsets: skip generic methods
> b5cc92c gopls/internal/golang: addtest: emit t.Context() for Go 1.24+
> c02385e gopls/internal/golang: guard LHS < RHS in fromAssignStmt
> 70979bf gopls/doc/editor: add yegappan/lsp to the list of vim integrations
> d1388f2 go/analysis/unitchecker: disable unreachable in vet_std_test.go
> 6f54b81 go/ssa: do not canonicalize signatures for generic methods
> 30303d3 go/ssa: remove duplicate receiver type arguments for methods
> ef6005f go/ssa: support generic methods in SSA
> c7a66a9 go/analysis/passes/modernize: remove declaration of unused variable
> 7743a28 internal/gcimporter: use the new iexport version for tests
> bab95ad gopls/internal/cmd: mcp: discard invalid Root URIs
> 81473aa gopls/internal/test/marker: improve checkDiffs errors
> ea004d0 gopls/internal/protocol: use DocumentURI for File* types
> a30b1c3 gopls/internal/test/marker: test stubmethods on generic methods
> 3ee46f5 internal/gcimporter: prefix type parameter names for generic methods
> 6923890 gopls/internal/golang: Hover: add test of generic methods
> b38156a go/analysis/suite/{fix,vet}: publish analyzer suites
> fb1b417 gopls/internal/golang: InlayHint: fix bug in 'var' specs
> c2a9c87 go/analysis/passes/modernize: additional pattern for embedlit
> a132f2a go/analysis/passes/modernize: errorsastype: support negated case
> 9a12c3a gopls/doc/release/v0.22: document semanticTokens change
> 1a71a3d all: fix some comments to improve readability
> 09c801f gopls/go.mod: update dependencies following the v0.22.0 release
> 6360b62 gopls/go.mod: update mvdan.cc/gofumpt
> 7e0e8be go/analysis/passes/modernize: errorsastype: removed unused var
> 082a343 go/ssa/interp: fix inevitable panic accessing "runtime"
> a3954b5 gopls/internal/settings: move file watcher setting to user options
> 29eabca gopls/doc/release: include server side file watching in release note
> 201fbcb gopls/internal/golang/completion: skip blank identifier from suggestion
> 0f29e25 all: replace xcontext.Detach and notDone with context.WithoutCancel
> 3061067 go/analysis/passes/modernize: slicescontains: check for side effects
> 2897289 gopls: deprecate importsSource and remove its use
> 0c42e4f go/analysis/passes/composite: clarify and optimize
> 74fa6b9 gopls: link gopls contributing.md from the main CONTRIBUTING.md doc
> 50fa278 all: fix typos in comments and docs
bumping golang.org/x/sys 397d5f8...d58dcfa:
> d58dcfa unix: add GPIO constants and structs
bumping golang.org/x/sync ec11c4a...5071ed6:
> 5071ed6 all: fix some comments to improve readability
bumping golang.org/x/net 7770ec4...9e7fdbf:
> 9e7fdbf internal/http3: fix wrong argument being given when validating header value
> b686e5f internal/http3: add gzip support to transport
> 8a34885 go.mod: update golang.org/x dependencies
> 72eaf98 dns/dnsmessage: correctly validate SVCB record parameter order
> 82e7868 dns/dnsmessage: avoid panic when parsing SVCB record with truncated data
> b64f1fa internal/http3: add server support for "Trailer:" magic prefix
> 2707ee2 internal/http3: implement HTTP/3 clientConn methods
> 31358cc internal/http3: snapshot response headers at WriteHeader time
> 8ecbaa9 html: don't adjust xml:base
> 8ae811a html: properly handle end script tag in fragment mode
> 3e9891d html: add selectedcontent tests to skip list
> 5a0480c html: update parser to match spec select behavior
> 86561db html: properly handle fragment foreign content breakout
> 93a0bd9 html: switch from the webkit tests to html5lib-tests
> 42abb85 http2: enable HTTP/2 in wrap configureTransport
> 9d1bca8 all: fix some comments to improve readability
> ed393fe html: properly emit comment token when eof in markup declaration open state
> d423833 html: properly handle unicode attribute dup detection
> 7c3abf5 html: support named entities shorter than their encoding
> 2d3cf22 html: properly parse zero numeric entity
> 3f77b08 html: avoid overflow when decoding numeric entities
> 1e933f5 html: replace nul bytes in tag names and attributes
> 088b2ce html: properly handle bogus comment <!>
> 65e84c3 html: add html5lib-tests tokenizer test suite
> 008e5e7 http2: register h2 ALPN on s.TLSConfig in wrap configureServer
> db07875 all: bump x/crypto to 0.52.0
> 657eb13 internal/http3: document possible issue in Darwin when using dual-stack binding
Signed-off-by: Knative Automation <automation@knative.team>1 parent 106f4b9 commit 1430cdd
2 files changed
Lines changed: 24 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
| 234 | + | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments