Skip to content

Commit

Permalink
Run make modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinrahman committed Aug 31, 2019
1 parent f163fa3 commit 5b0cdc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 61 deletions.
8 changes: 7 additions & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ module sigs.k8s.io/cluster-api/hack/tools
go 1.12

require (
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
github.com/golangci/golangci-lint v1.17.1
k8s.io/code-generator v0.0.0-20190830010859-e1805110f988 // indirect
github.com/json-iterator/go v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc // indirect
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac // indirect
k8s.io/klog v0.4.0 // indirect
sigs.k8s.io/controller-tools v0.2.0
sigs.k8s.io/testing_frameworks v0.1.1
)
Expand Down
Loading

0 comments on commit 5b0cdc0

Please sign in to comment.