@@ -7,28 +7,24 @@ require (
7
7
github.com/gobuffalo/flect v0.1.5
8
8
github.com/gogo/protobuf v1.2.1 // indirect
9
9
github.com/google/go-cmp v0.3.0
10
- github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
11
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
12
10
github.com/json-iterator/go v1.1.6 // indirect
13
11
github.com/kr/pretty v0.1.0 // indirect
14
12
github.com/mattn/go-colorable v0.1.2 // indirect
15
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
16
- github.com/modern-go/reflect2 v1.0.1 // indirect
17
13
github.com/onsi/ginkgo v1.8.0
18
14
github.com/onsi/gomega v1.5.0
19
15
github.com/spf13/cobra v0.0.3
20
16
github.com/spf13/pflag v1.0.3
21
17
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
22
- golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
18
+ golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
23
19
golang.org/x/text v0.3.2 // indirect
24
20
golang.org/x/tools v0.0.0-20190501045030-23463209683d
25
21
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
26
22
gopkg.in/inf.v0 v0.9.1 // indirect
27
23
gopkg.in/yaml.v2 v2.2.2 // indirect
28
- gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
29
- k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
30
- k8s.io/apiextensions-apiserver v0.0.0-20190409022649-727a075fdec8
31
- k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
32
- k8s.io/klog v0.2.0 // indirect
24
+ gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
25
+ k8s.io/api v0.0.0-20190620084959-7cf5895f2711
26
+ k8s.io/apiextensions-apiserver v0.0.0-20190620085554-14e95df34f1f
27
+ k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
28
+ k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
33
29
sigs.k8s.io/yaml v1.1.0
34
30
)
0 commit comments