Skip to content

Commit 3bbfca2

Browse files
upgrade to latest dependencies
bumping golang.org/x/tools 4d2b19f...44670c7: > 44670c7 go.mod: update golang.org/x dependencies > 7eebab3 gopls/internal/golang: support extract variable at top level > e334696 gopls/internal/golang: ignore effects for change signature refactoring > 3901733 internal/refactor/inline: substitute groups of dependent arguments > 61b2408 gopls/internal/golang: add "Extract constant" counterpart > c01eead internal/gcimporter: require binary export data header > 9a04136 gopls/internal/golang/stubmethods: refine crash into bug report > 01e0b05 internal/refactor/inline: fix condition for splice assignment strategy > 557f540 gopls/internal/golang: don't offer to move variadic parameters > 399ee16 internal/gcimporter: update FindExportData to return a non-negative size > 25b0003 internal/refactor/inline: more precise redundant conversion detection > eb46939 gopls/internal/test/marker: add reproducers for moveparam bug bash bugs > 4296223 gopls/internal/analysis/yield: add comment about dataflow > 7a4f3b0 internal/gcimporter: require archive files > 2f73c61 gopls/internal/golang: avoid crash in lookupDocLinkSymbol > ef3d603 gopls/internal/golang/completion: fix crash with extra results > 8ffeaba gopls/internal/settings: enable 'waitgroup' analyzer > 4317959 go/analysis/passes/waitgroup: report WaitGroup.Add in goroutine > 72fdfa6 gopls/internal/golang: Disable test generation for generic functions > b80f1ed gopls/internal/analysis/yield: peephole-optimize phi(false, x) > e7bd227 gopls/internal/golang: fix folding range for function calls > e71702b internal/versions: remove constraint.GoVersion wrapper > c99edec gopls/internal/golang/completion: add alias support for literals > bfe3046 go/packages: add a unit test for golang/go# 70394 > df87831 gopls/internal/undeclaredname: add missing colon when appropriate > 53efd30 gopls/internal/golang: simplify package name collection in add test > 68e4702 go/analysis/passes/printf: add missing call to Func.Origin > 30a3bd9 gopls/internal/golang: refactor.extract.variable: allow all exprs > 0edd1ab gopls/internal/cache/methodsets: refine crash for missing object path > 07a58bc gopls/internal/golang: refine crash golang/go# 70553 > c622026 completions/inference: infer polymorphic types in completions > dcfb0b6 gopls/internal/golang: change signature via renaming 'func' > bfcbc1b internal/refactor/inline: avoid unnecessary desugaring in selectors > b93a72a internal/refactor/inline: fix spurious caller mutation > 41f04a0 internal/refactor/inline: fix comment movement due to added imports > 0841661 internal/refactor/inline: avoid unnecessary interface conversions > 68b67b4 gopls/internal/golang: support parameter movement refactorings > 51e54e8 gopls/doc/features: enable and document source.addTest code action > 458067f gopls/internal/golang: improve test package name selection for new file > 68caf84 gopls/internal/golang: don't lose ... when split/joining variadics > 1e0d4ee go/analysis/checker: disable Example on wasm > 8b6e84b gopls/internal/crash: don't crash in xrefs on out of bound nodes > 936a401 gopls/internal/golang: preserve copyright and build constraint > 1ffc3a1 gopls/internal/test/marker: add defloc, to bind positions by definition > 442d6be gopls/internal/test/marker: document named parameters > ae39b13 go/analysis/checker: a go/packages-based driver library > c3a6283 go/packages: undeprecate Load* style flags > 9dff42e gopls/internal/golang/extract: preserve comments in extracted block > 8c3ba8c internal/refactor: undo variadic elimination during substitution > 3b0b264 internal/refactor: handle qualified names in inlined assignments > 9311800 gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt > c1aa79d gopls/internal/golang: fix gopls hover doc link > e751756 internal/analysisinternal: unify zero value function to typesinternal > a287481 internal/imports: test Source for go mod cache > 9387a39 gopls/doc/contributing.md: update expectations > e08fcf7 gopls/internal/analysis/undeclaredname: merge into CodeAction > 0c01408 internal/refactor/inline: avoid binding decl for name used by other args > 63e03c3 gopls/internal/test/marker: generalize codeaction with named args > acc2a74 go/analysis/passes/copylock: enable unfortunate tests > 39cb6f0 internal/facts: use alias type parameters and arguments during imports > 9b9871d go/analysis/passes/copylock: test for noCopy for sync Map, Mutex, Once > a54bd37 gopls/internal/golang: don't try to inline dynamic calls > 52eb446 internal/imports: adjust TestStdlibSelfImports pkg > b8ff201 gopls/internal/cache: refine bug reports for inconsistent dep view > e59fd36 go/ssa: use ZeroString unconditionally > 60bc93d gopls/internal/cache: fix handling of cgo standalone files > ed19fc7 gopls/internal/test: synchronize notifications during commands > 254baba gopls/internal/cache: failure to extract diagnostic fixes is an error > 56ec111 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck > b1c39aa gopls/internal/cache: use a named bool type for allowNetwork > c043599 gopls/internal/protocol: add DocumentURI.DirPath > 29f4edb gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation > 3c20e3f gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes > 221e94d gopls/internal/cache: id command-line-arguments packages using GoFiles > 84e9c33 gopls/internal/golang: more idiomatic result naming in extract > 8bb5da3 gopls/internal/golang: special handling for input context.Context > b4332e0 gopls/internal/golang, go/ssa: remove unnamed input parameter > a8d0fa5 go/packages: call testenv.NeedsGoPackages for TestDirAndForTest > 47a5f7d gopls/internal/golang: fix bad slice append in function extraction > 5b5d57c gopls/codeaction: fix panic when removing unused parameters with syntax errors. > 025b812 gopls/internal/server: don't call window/showDocument if unsupported > 288b9cb gopls/internal/golang: add missing imports in foo_test.go > 87ac91f gopls/internal/server: revert the gopls.run_govulncheck command > c531f1b gopls/internal/golang: avoid crash in hover on field of non-struct > a37eeb4 README: mention the git repo > 8dd84a4 go/ssa/interp: assign phi nodes in parallel > 12610a1 internal/modindex: better behavior in edge cases > 06a498a go/ssa/interp: simplify output capturing > b2321e7 gopls/internal/golang: refine crash report golang/go# 69362 > c875677 gopls/internal/golang: support add test for receiver w/o constructor > e26dff9 gopls/internal/golang: semtok: use type information consistently > fd8d028 go/pacakges: remove some todos > 69c27ad gopls/internal/protocol: upgrade to latest LSP > 25699c3 internal/server: make MaybePromptForTelemetry no-op > 35d7f28 go/packages: add Dir and ForTest fields to Package Signed-off-by: Knative Automation <automation@knative.team>
1 parent c3b3be9 commit 3bbfca2

File tree

5 files changed

+244
-214
lines changed

5 files changed

+244
-214
lines changed

go.mod

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module knative.dev/client
33
go 1.22.7
44

55
require (
6-
github.com/spf13/cobra v1.7.0
6+
github.com/spf13/cobra v1.8.1
77
gotest.tools/v3 v3.3.0
8-
k8s.io/api v0.30.3
9-
k8s.io/apimachinery v0.30.3
10-
k8s.io/code-generator v0.30.3
8+
k8s.io/api v0.31.4
9+
k8s.io/apimachinery v0.31.4
10+
k8s.io/code-generator v0.31.4
1111
knative.dev/client/pkg v0.0.0-00010101000000-000000000000
12-
knative.dev/hack v0.0.0-20241106013728-b7995315deb5
13-
knative.dev/networking v0.0.0-20241118132247-bbd3279aa3a4
14-
knative.dev/pkg v0.0.0-20241118074447-a7fd9b10bb9f
15-
knative.dev/serving v0.43.1-0.20241119121959-3e45e8f8392b
12+
knative.dev/hack v0.0.0-20250109131303-f8be0ccdff36
13+
knative.dev/networking v0.0.0-20250110153017-22a6457498e8
14+
knative.dev/pkg v0.0.0-20250110150618-accfe3649188
15+
knative.dev/serving v0.43.1-0.20250113044119-65de262254af
1616
sigs.k8s.io/yaml v1.4.0
1717
)
1818

@@ -30,12 +30,13 @@ require (
3030
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3131
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
3232
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
33-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
33+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
3434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3535
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
3636
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
3737
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
3838
github.com/fsnotify/fsnotify v1.7.0 // indirect
39+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3940
github.com/go-errors/errors v1.4.2 // indirect
4041
github.com/go-kit/log v0.2.1 // indirect
4142
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -67,7 +68,7 @@ require (
6768
github.com/mailru/easyjson v0.7.7 // indirect
6869
github.com/mitchellh/go-homedir v1.1.0 // indirect
6970
github.com/mitchellh/mapstructure v1.5.0 // indirect
70-
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
71+
github.com/moby/term v0.5.0 // indirect
7172
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7273
github.com/modern-go/reflect2 v1.0.2 // indirect
7374
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -92,42 +93,44 @@ require (
9293
github.com/spf13/pflag v1.0.5 // indirect
9394
github.com/spf13/viper v1.16.0 // indirect
9495
github.com/subosito/gotenv v1.6.0 // indirect
96+
github.com/x448/float16 v0.8.4 // indirect
9597
github.com/xlab/treeprint v1.2.0 // indirect
9698
go.opencensus.io v0.24.0 // indirect
9799
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
98100
go.uber.org/atomic v1.10.0 // indirect
99101
go.uber.org/multierr v1.11.0 // indirect
100102
go.uber.org/zap v1.27.0 // indirect
101103
golang.org/x/mod v0.22.0 // indirect
102-
golang.org/x/net v0.31.0 // indirect
104+
golang.org/x/net v0.34.0 // indirect
103105
golang.org/x/oauth2 v0.23.0 // indirect
104-
golang.org/x/sync v0.9.0 // indirect
105-
golang.org/x/sys v0.27.0 // indirect
106-
golang.org/x/term v0.26.0 // indirect
107-
golang.org/x/text v0.20.0 // indirect
106+
golang.org/x/sync v0.10.0 // indirect
107+
golang.org/x/sys v0.29.0 // indirect
108+
golang.org/x/term v0.28.0 // indirect
109+
golang.org/x/text v0.21.0 // indirect
108110
golang.org/x/time v0.6.0 // indirect
109-
golang.org/x/tools v0.27.0 // indirect
111+
golang.org/x/tools v0.28.0 // indirect
110112
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
111113
google.golang.org/api v0.183.0 // indirect
112-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
113-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
114-
google.golang.org/grpc v1.68.0 // indirect
115-
google.golang.org/protobuf v1.35.2 // indirect
114+
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
115+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
116+
google.golang.org/grpc v1.69.2 // indirect
117+
google.golang.org/protobuf v1.36.2 // indirect
118+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
116119
gopkg.in/inf.v0 v0.9.1 // indirect
117120
gopkg.in/ini.v1 v1.67.0 // indirect
118121
gopkg.in/yaml.v2 v2.4.0 // indirect
119122
gopkg.in/yaml.v3 v3.0.1 // indirect
120-
k8s.io/apiextensions-apiserver v0.30.3 // indirect
121-
k8s.io/apiserver v0.30.3 // indirect
123+
k8s.io/apiextensions-apiserver v0.31.4 // indirect
124+
k8s.io/apiserver v0.31.4 // indirect
122125
k8s.io/cli-runtime v0.29.2 // indirect
123-
k8s.io/client-go v0.30.3 // indirect
126+
k8s.io/client-go v0.31.4 // indirect
124127
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
125128
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
126129
k8s.io/klog/v2 v2.130.1 // indirect
127130
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
128131
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
129-
knative.dev/client-pkg v0.0.0-20241106014333-14f4a3a4c3e1 // indirect
130-
knative.dev/eventing v0.43.1-0.20241119173100-ebe99e655146 // indirect
132+
knative.dev/client-pkg v0.0.0-20250109131824-afd7c8d9de7b // indirect
133+
knative.dev/eventing v0.43.1-0.20250110104117-eaaab21f14ae // indirect
131134
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
132135
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
133136
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)