File tree Expand file tree Collapse file tree 2 files changed +5
-265
lines changed Expand file tree Collapse file tree 2 files changed +5
-265
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ 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/kr/pretty v0.1.0 // indirect
7
9
github.com/onsi/ginkgo v1.8.0
8
10
github.com/onsi/gomega v1.5.0
9
11
github.com/spf13/afero v1.2.2
10
12
github.com/spf13/cobra v0.0.5
11
13
github.com/spf13/pflag v1.0.3
14
+ golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc // indirect
12
15
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
16
+ golang.org/x/text v0.3.2 // indirect
13
17
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
18
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
14
19
gopkg.in/yaml.v2 v2.2.2
15
- sigs.k8s.io/controller-tools v0.2.2 // indirect
16
20
)
You can’t perform that action at this time.
0 commit comments