@@ -25,13 +25,13 @@ require (
25
25
github.com/pkg/errors v0.9.1
26
26
github.com/spf13/cobra v1.6.1
27
27
github.com/spf13/pflag v1.0.5
28
- github.com/spf13/viper v1.13 .0
28
+ github.com/spf13/viper v1.14 .0
29
29
github.com/valyala/fastjson v1.6.3
30
- go.etcd.io/etcd/api/v3 v3.5.4
31
- go.etcd.io/etcd/client/v3 v3.5.4
30
+ go.etcd.io/etcd/api/v3 v3.5.5
31
+ go.etcd.io/etcd/client/v3 v3.5.5
32
32
golang.org/x/net v0.2.0 // indirect
33
- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
34
- google.golang.org/grpc v1.47.0
33
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
34
+ google.golang.org/grpc v1.50.1
35
35
k8s.io/api v0.25.0
36
36
k8s.io/apiextensions-apiserver v0.25.0
37
37
k8s.io/apimachinery v0.25.0
@@ -123,10 +123,10 @@ require (
123
123
github.com/subosito/gotenv v1.4.1 // indirect
124
124
github.com/vincent-petithory/dataurl v1.0.0 // indirect
125
125
github.com/xlab/treeprint v1.1.0 // indirect
126
- go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
126
+ go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
127
127
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
128
- go.uber.org/atomic v1.7 .0 // indirect
129
- go.uber.org/multierr v1.6 .0 // indirect
128
+ go.uber.org/atomic v1.9 .0 // indirect
129
+ go.uber.org/multierr v1.8 .0 // indirect
130
130
go.uber.org/zap v1.21.0 // indirect
131
131
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
132
132
golang.org/x/crypto v0.1.0 // indirect
@@ -136,7 +136,7 @@ require (
136
136
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
137
137
gomodules.xyz/jsonpatch/v2 v2.2.0
138
138
google.golang.org/appengine v1.6.7 // indirect
139
- google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
139
+ google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
140
140
google.golang.org/protobuf v1.28.1 // indirect
141
141
gopkg.in/inf.v0 v0.9.1 // indirect
142
142
gopkg.in/ini.v1 v1.67.0 // indirect
@@ -151,7 +151,8 @@ require (
151
151
)
152
152
153
153
require (
154
- cloud.google.com/go/compute v1.7.0 // indirect
154
+ cloud.google.com/go/compute v1.12.1 // indirect
155
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
155
156
github.com/blang/semver/v4 v4.0.0 // indirect
156
157
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
157
158
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
0 commit comments