File tree Expand file tree Collapse file tree 2 files changed +134
-62
lines changed Expand file tree Collapse file tree 2 files changed +134
-62
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,14 @@ require (
7
7
github.com/gobuffalo/flect v0.1.5
8
8
github.com/google/go-cmp v0.3.0
9
9
github.com/mattn/go-colorable v0.1.2 // indirect
10
- github.com/onsi/ginkgo v1.8.0
11
- github.com/onsi/gomega v1.5 .0
10
+ github.com/onsi/ginkgo v1.10.1
11
+ github.com/onsi/gomega v1.7 .0
12
12
github.com/spf13/cobra v0.0.5
13
- github.com/spf13/pflag v1.0.3
14
- golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
15
- gopkg.in/inf.v0 v0.9.1 // indirect
13
+ github.com/spf13/pflag v1.0.5
14
+ golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
16
15
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
17
- k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
18
- k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
19
- k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
20
- k8s.io/utils v0.0.0-20190801114015-581e00157fb1
16
+ k8s.io/api v0.17.0
17
+ k8s.io/apiextensions-apiserver v0.17.0
18
+ k8s.io/apimachinery v0.17.0
21
19
sigs.k8s.io/yaml v1.1.0
22
20
)
You can’t perform that action at this time.
0 commit comments