@@ -14,8 +14,6 @@ replace (
14
14
)
15
15
16
16
require (
17
- cloud.google.com/go v0.52.0 // indirect
18
- cloud.google.com/go/storage v1.5.0 // indirect
19
17
github.com/Masterminds/semver/v3 v3.1.0
20
18
github.com/Shopify/ejson v1.2.1
21
19
github.com/aws/aws-sdk-go v1.28.9 // indirect
@@ -29,13 +27,12 @@ require (
29
27
github.com/gobuffalo/packr/v2 v2.7.1
30
28
github.com/gofrs/uuid v3.2.0+incompatible // indirect
31
29
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32
- github.com/golang/protobuf v1.3.3 // indirect
33
30
github.com/gorilla/mux v1.7.3 // indirect
34
31
github.com/hashicorp/golang-lru v0.5.4 // indirect
35
32
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
36
33
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
37
34
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
38
- github.com/mattn/go-colorable v0.1.4
35
+ github.com/mattn/go-colorable v0.1.6
39
36
github.com/mattn/go-tty v0.0.3
40
37
github.com/mitchellh/go-homedir v1.1.0
41
38
github.com/otiai10/copy v1.1.1
@@ -44,13 +41,9 @@ require (
44
41
github.com/robfig/cron/v3 v3.0.1
45
42
github.com/rogpeppe/go-internal v1.5.2 // indirect
46
43
github.com/spf13/cobra v0.0.6
47
- github.com/spf13/viper v1.6.1
48
- golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 // indirect
49
- golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a // indirect
50
- golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
51
- golang.org/x/tools v0.0.0-20200312194400-c312e98713c2 // indirect
52
- google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
53
- gopkg.in/yaml.v2 v2.2.8
44
+ github.com/spf13/viper v1.9.0
45
+ golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
46
+ gopkg.in/yaml.v2 v2.4.0
54
47
k8s.io/api v0.17.2
55
48
k8s.io/apiextensions-apiserver v0.17.2
56
49
k8s.io/apimachinery v0.17.2
0 commit comments