File tree Expand file tree Collapse file tree 2 files changed +288
-8
lines changed Expand file tree Collapse file tree 2 files changed +288
-8
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,13 @@ go 1.12
4
4
5
5
require (
6
6
github.com/gobuffalo/flect v0.1.5
7
- github.com/golang/protobuf v1.3.1 // indirect
8
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
9
- github.com/kr/pretty v0.1.0 // indirect
10
7
github.com/onsi/ginkgo v1.8.0
11
8
github.com/onsi/gomega v1.5.0
12
9
github.com/spf13/afero v1.2.2
13
- github.com/spf13/cobra v0.0.3
10
+ github.com/spf13/cobra v0.0.5
14
11
github.com/spf13/pflag v1.0.3
15
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
16
12
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
17
- golang.org/x/text v0.3.2 // indirect
18
- golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59
19
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
13
+ golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
20
14
gopkg.in/yaml.v2 v2.2.2
15
+ sigs.k8s.io/controller-tools v0.2.2 // indirect
21
16
)
You can’t perform that action at this time.
0 commit comments