Skip to content

Commit

Permalink
chore: go mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rudoi committed Nov 5, 2019
1 parent 3b3bb21 commit 1a954bd
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 8 deletions.
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ go 1.12

require (
github.com/gobuffalo/flect v0.1.5
github.com/golang/protobuf v1.3.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.3
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
gopkg.in/yaml.v2 v2.2.2
sigs.k8s.io/controller-tools v0.2.2 // indirect
)
Loading

0 comments on commit 1a954bd

Please sign in to comment.