Skip to content

Commit 1a954bd

Browse files
author
Andrew Rudoi
committed
chore: go mod updates
1 parent 3b3bb21 commit 1a954bd

File tree

2 files changed

+288
-8
lines changed

2 files changed

+288
-8
lines changed

go.mod

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ 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/inconshreveable/mousetrap v1.0.0 // indirect
9-
github.com/kr/pretty v0.1.0 // indirect
107
github.com/onsi/ginkgo v1.8.0
118
github.com/onsi/gomega v1.5.0
129
github.com/spf13/afero v1.2.2
13-
github.com/spf13/cobra v0.0.3
10+
github.com/spf13/cobra v0.0.5
1411
github.com/spf13/pflag v1.0.3
15-
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
1612
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
2014
gopkg.in/yaml.v2 v2.2.2
15+
sigs.k8s.io/controller-tools v0.2.2 // indirect
2116
)

0 commit comments

Comments
 (0)