@@ -3,16 +3,16 @@ module knative.dev/client
3
3
go 1.22.7
4
4
5
5
require (
6
- github.com/spf13/cobra v1.7.0
6
+ github.com/spf13/cobra v1.8.1
7
7
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
11
11
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-20250109151316-3fac3bb26e88
14
+ knative.dev/pkg v0.0.0-20250109201817-83cd52ed87d9
15
+ knative.dev/serving v0.43.1-0.20250110005416-28dff5c05360
16
16
sigs.k8s.io/yaml v1.4.0
17
17
)
18
18
@@ -30,12 +30,13 @@ require (
30
30
github.com/cespare/xxhash/v2 v2.3.0 // indirect
31
31
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
32
32
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
34
34
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35
35
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
36
36
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
37
37
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
38
38
github.com/fsnotify/fsnotify v1.7.0 // indirect
39
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
39
40
github.com/go-errors/errors v1.4.2 // indirect
40
41
github.com/go-kit/log v0.2.1 // indirect
41
42
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -67,7 +68,7 @@ require (
67
68
github.com/mailru/easyjson v0.7.7 // indirect
68
69
github.com/mitchellh/go-homedir v1.1.0 // indirect
69
70
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
71
72
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
72
73
github.com/modern-go/reflect2 v1.0.2 // indirect
73
74
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -92,42 +93,44 @@ require (
92
93
github.com/spf13/pflag v1.0.5 // indirect
93
94
github.com/spf13/viper v1.16.0 // indirect
94
95
github.com/subosito/gotenv v1.6.0 // indirect
96
+ github.com/x448/float16 v0.8.4 // indirect
95
97
github.com/xlab/treeprint v1.2.0 // indirect
96
98
go.opencensus.io v0.24.0 // indirect
97
99
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
98
100
go.uber.org/atomic v1.10.0 // indirect
99
101
go.uber.org/multierr v1.11.0 // indirect
100
102
go.uber.org/zap v1.27.0 // indirect
101
103
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
103
105
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
108
110
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
110
112
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
111
113
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
116
119
gopkg.in/inf.v0 v0.9.1 // indirect
117
120
gopkg.in/ini.v1 v1.67.0 // indirect
118
121
gopkg.in/yaml.v2 v2.4.0 // indirect
119
122
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
122
125
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
124
127
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
125
128
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
126
129
k8s.io/klog/v2 v2.130.1 // indirect
127
130
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
128
131
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.20250109131202-350f81bae86b // indirect
131
134
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
132
135
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
133
136
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
0 commit comments