Skip to content

Commit 75606ae

Browse files
author
Andrew Rudoi
committed
fix: tidy up modules
1 parent 0f1fec6 commit 75606ae

File tree

2 files changed

+5
-265
lines changed

2 files changed

+5
-265
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ go 1.12
44

55
require (
66
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
79
github.com/onsi/ginkgo v1.8.0
810
github.com/onsi/gomega v1.5.0
911
github.com/spf13/afero v1.2.2
1012
github.com/spf13/cobra v0.0.5
1113
github.com/spf13/pflag v1.0.3
14+
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc // indirect
1215
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
16+
golang.org/x/text v0.3.2 // indirect
1317
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
18+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
1419
gopkg.in/yaml.v2 v2.2.2
15-
sigs.k8s.io/controller-tools v0.2.2 // indirect
1620
)

0 commit comments

Comments
 (0)