Skip to content

Commit 1430cdd

Browse files
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

File tree

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
k8s.io/code-generator v0.35.6
1111
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
1212
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b
13-
knative.dev/pkg v0.0.0-20260615142336-0f785e385ea0
13+
knative.dev/pkg v0.0.0-20260615201544-6300c57a9e78
1414
)
1515

1616
require (
@@ -71,15 +71,15 @@ require (
7171
go.uber.org/multierr v1.11.0 // indirect
7272
go.yaml.in/yaml/v2 v2.4.4 // indirect
7373
go.yaml.in/yaml/v3 v3.0.4 // indirect
74-
golang.org/x/mod v0.36.0 // indirect
75-
golang.org/x/net v0.55.0 // indirect
74+
golang.org/x/mod v0.37.0 // indirect
75+
golang.org/x/net v0.56.0 // indirect
7676
golang.org/x/oauth2 v0.36.0 // indirect
77-
golang.org/x/sync v0.20.0 // indirect
78-
golang.org/x/sys v0.45.0 // indirect
79-
golang.org/x/term v0.43.0 // indirect
80-
golang.org/x/text v0.37.0 // indirect
77+
golang.org/x/sync v0.21.0 // indirect
78+
golang.org/x/sys v0.46.0 // indirect
79+
golang.org/x/term v0.44.0 // indirect
80+
golang.org/x/text v0.38.0 // indirect
8181
golang.org/x/time v0.10.0 // indirect
82-
golang.org/x/tools v0.45.0 // indirect
82+
golang.org/x/tools v0.46.0 // indirect
8383
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
8484
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
8585
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -167,24 +167,24 @@ go.yaml.in/yaml/v2 v2.4.4 h1:tuyd0P+2Ont/d6e2rl3be67goVK4R6deVxCUX5vyPaQ=
167167
go.yaml.in/yaml/v2 v2.4.4/go.mod h1:gMZqIpDtDqOfM0uNfy0SkpRhvUryYH0Z6wdMYcacYXQ=
168168
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
169169
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
170-
golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4=
171-
golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
172-
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
173-
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
170+
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
171+
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
172+
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
173+
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
174174
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
175175
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
176-
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
177-
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
178-
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
179-
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
180-
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
181-
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
182-
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
183-
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
176+
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
177+
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
178+
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
179+
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
180+
golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc=
181+
golang.org/x/term v0.44.0/go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y=
182+
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
183+
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
184184
golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=
185185
golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
186-
golang.org/x/tools v0.45.0 h1:18qN3FAooORvApf5XjCXgsuayZOEtXf6JK18I3+ONa8=
187-
golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0=
186+
golang.org/x/tools v0.46.0 h1:7jTurBkPZu4moS/Uy4OQT1M+QBlsj3wejyZwsT8Z7rk=
187+
golang.org/x/tools v0.46.0/go.mod h1:FrD85F8l+NWL+9XWBSyVSHO6Ne4jutsfIFba7AWQ5Ys=
188188
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
189189
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
190190
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=
@@ -231,8 +231,8 @@ k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzk
231231
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
232232
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b h1:MvbV2F2BdI8qKrYYUhDwbUZbX0BAYRSIpXM2TOtTvs0=
233233
knative.dev/hack v0.0.0-20260428014158-b2a37f1b6e7b/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
234-
knative.dev/pkg v0.0.0-20260615142336-0f785e385ea0 h1:/DuVdR9EfTJQh73U7vymbSYwzNrJSaI1turWaOpfxs8=
235-
knative.dev/pkg v0.0.0-20260615142336-0f785e385ea0/go.mod h1:7YlXMU5kaJVKc15ilLYkVhbv9F3UGIPUpIrQuwSQa4E=
234+
knative.dev/pkg v0.0.0-20260615201544-6300c57a9e78 h1:l6cYazykii3EtY+DVcQOBMgGQ9WBnhAKeGRSo+15JiI=
235+
knative.dev/pkg v0.0.0-20260615201544-6300c57a9e78/go.mod h1:Ve19ZYW7DwIfQL4oCT9t9zmPp4egv0KacKVPXUcivDQ=
236236
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
237237
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
238238
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

0 commit comments

Comments
 (0)