@@ -13,24 +13,22 @@ require (
13
13
github.com/go-playground/universal-translator v0.17.0
14
14
github.com/go-playground/validator/v10 v10.2.0
15
15
github.com/gogo/protobuf v1.3.0 // indirect
16
- github.com/google/btree v1.0.0 // indirect
17
16
github.com/googleapis/gnostic v0.3.1 // indirect
18
17
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
19
18
github.com/imdario/mergo v0.3.8 // indirect
20
19
github.com/json-iterator/go v1.1.7 // indirect
21
20
github.com/kris-nova/logger v0.0.0-20181127235838-fd0d87064b06
22
21
github.com/kris-nova/lolgopher v0.0.0-20180921204813-313b3abb0d9b // indirect
23
22
github.com/mattn/go-colorable v0.1.4 // indirect
24
- github.com/mattn/go-isatty v0.0.10 // indirect
25
23
github.com/mitchellh/go-homedir v1.1.0
26
24
github.com/modern-go/reflect2 v1.0.1 // indirect
27
25
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
28
26
github.com/pkg/errors v0.8.1 // indirect
29
- github.com/spf13/cobra v0.0.5
30
- github.com/spf13/pflag v1.0.3
31
- github.com/spf13/viper v1.3 .2
27
+ github.com/spf13/cobra v0.0.6
28
+ github.com/spf13/pflag v1.0.5
29
+ github.com/spf13/viper v1.6 .2
32
30
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
33
- golang.org/x/sys v0.0.0-20191008105621-543471e840be
31
+ golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
34
32
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
35
33
gopkg.in/inf.v0 v0.9.1 // indirect
36
34
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
0 commit comments