@@ -23,15 +23,15 @@ require (
23
23
github.com/onsi/ginkgo v1.16.5
24
24
github.com/onsi/gomega v1.17.0
25
25
github.com/pkg/errors v0.9.1
26
- github.com/spf13/cobra v1.2.1
26
+ github.com/spf13/cobra v1.4.0
27
27
github.com/spf13/pflag v1.0.5
28
- github.com/spf13/viper v1.9.0
28
+ github.com/spf13/viper v1.10.1
29
29
github.com/valyala/fastjson v1.6.3
30
30
go.etcd.io/etcd/api/v3 v3.5.1
31
31
go.etcd.io/etcd/client/v3 v3.5.1
32
32
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
33
33
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
34
- google.golang.org/grpc v1.42 .0
34
+ google.golang.org/grpc v1.43 .0
35
35
k8s.io/api v0.23.0
36
36
k8s.io/apiextensions-apiserver v0.23.0
37
37
k8s.io/apimachinery v0.23.0
@@ -47,7 +47,7 @@ require (
47
47
)
48
48
49
49
require (
50
- cloud.google.com/go v0.93.3 // indirect
50
+ cloud.google.com/go v0.99.0 // indirect
51
51
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
52
52
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
53
53
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
@@ -64,7 +64,7 @@ require (
64
64
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
65
65
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
66
66
github.com/beorn7/perks v1.0.1 // indirect
67
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
67
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
68
68
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
69
69
github.com/coredns/caddy v1.1.0 // indirect
70
70
github.com/coreos/go-semver v0.3.0 // indirect
@@ -98,13 +98,13 @@ require (
98
98
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
99
99
github.com/magiconair/properties v1.8.5 // indirect
100
100
github.com/mailru/easyjson v0.7.6 // indirect
101
- github.com/mattn/go-colorable v0.1.9 // indirect
101
+ github.com/mattn/go-colorable v0.1.12 // indirect
102
102
github.com/mattn/go-isatty v0.0.14 // indirect
103
103
github.com/mattn/go-runewidth v0.0.13 // indirect
104
104
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
105
105
github.com/mitchellh/copystructure v1.2.0 // indirect
106
106
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
107
- github.com/mitchellh/mapstructure v1.4.2 // indirect
107
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
108
108
github.com/mitchellh/reflectwalk v1.0.2 // indirect
109
109
github.com/moby/spdystream v0.2.0 // indirect
110
110
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
@@ -139,16 +139,16 @@ require (
139
139
go.uber.org/zap v1.19.1 // indirect
140
140
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
141
141
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
142
- golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
142
+ golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
143
143
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
144
144
golang.org/x/text v0.3.7 // indirect
145
145
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
146
146
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
147
147
google.golang.org/appengine v1.6.7 // indirect
148
- google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
148
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
149
149
google.golang.org/protobuf v1.27.1 // indirect
150
150
gopkg.in/inf.v0 v0.9.1 // indirect
151
- gopkg.in/ini.v1 v1.63 .2 // indirect
151
+ gopkg.in/ini.v1 v1.66 .2 // indirect
152
152
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
153
153
gopkg.in/yaml.v2 v2.4.0 // indirect
154
154
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
0 commit comments