File tree 4 files changed +53
-99
lines changed
4 files changed +53
-99
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,16 @@ go 1.12
4
4
5
5
require (
6
6
github.com/fatih/color v0.0.0-20180516100307-2d684516a886
7
- github.com/ghodss/yaml v1.0.0 // indirect
8
- github.com/gogo/protobuf v1.3.0 // indirect
9
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
10
- github.com/google/gofuzz v1.0.0
11
7
github.com/googleapis/gnostic v0.3.1 // indirect
12
- github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
13
8
github.com/imdario/mergo v0.3.7 // indirect
14
- github.com/inconshreveable/mousetrap v1.0.0
9
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
10
+ github.com/jessevdk/go-flags v1.4.0 // indirect
15
11
github.com/mattn/go-colorable v0.1.2 // indirect
16
12
github.com/mattn/go-isatty v0.0.9 // indirect
17
13
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
18
- github.com/pkg/errors v0.0.0-20180311214515-816c9085562c
14
+ github.com/pkg/errors v0.8.1
19
15
github.com/spf13/cobra v0.0.0-20180629152535-a114f312e075
20
- github.com/spf13/pflag v1.0.5
21
- k8s.io/api v0.17.4
22
- k8s.io/apimachinery v0.17.4
23
- k8s.io/client-go v0.17.4
16
+ k8s.io/api v0.18.9
17
+ k8s.io/apimachinery v0.18.9
18
+ k8s.io/client-go v0.18.9
24
19
)
You can’t perform that action at this time.
0 commit comments