@@ -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
@@ -28,36 +26,29 @@ require (
28
26
github.com/gobuffalo/packd v1.0.0 // indirect
29
27
github.com/gobuffalo/packr/v2 v2.7.1
30
28
github.com/gofrs/uuid v3.2.0+incompatible // indirect
31
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32
- github.com/golang/protobuf v1.3.3 // indirect
33
29
github.com/gorilla/mux v1.7.3 // indirect
34
30
github.com/hashicorp/golang-lru v0.5.4 // indirect
35
31
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
36
32
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
37
33
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
38
- github.com/mattn/go-colorable v0.1.4
34
+ github.com/mattn/go-colorable v0.1.13
39
35
github.com/mattn/go-tty v0.0.3
40
36
github.com/mitchellh/go-homedir v1.1.0
41
37
github.com/otiai10/copy v1.1.1
42
38
github.com/pkg/errors v0.9.1
43
39
github.com/qlik-oss/k-apis v0.1.16
44
40
github.com/robfig/cron/v3 v3.0.1
45
- github.com/rogpeppe/go-internal v1.5.2 // indirect
46
41
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
42
+ github.com/spf13/viper v1.17.0
43
+ golang.org/x/net v0.15.0
44
+ gopkg.in/yaml.v2 v2.4.0
54
45
k8s.io/api v0.17.2
55
46
k8s.io/apiextensions-apiserver v0.17.2
56
47
k8s.io/apimachinery v0.17.2
57
48
k8s.io/client-go v11.0.0+incompatible
58
49
k8s.io/kubectl v0.17.2
59
50
sigs.k8s.io/kustomize/api v0.3.2
60
- sigs.k8s.io/yaml v1.1 .0
51
+ sigs.k8s.io/yaml v1.2 .0
61
52
)
62
53
63
54
exclude github.com/Azure/go-autorest v12.0.0+incompatible
0 commit comments