Skip to content

Commit

Permalink
Update the make bin with new tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Jan 8, 2021
1 parent 605bafc commit 1cf7d20
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 1 deletion.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TEST_TIMEOUT?=700m
default: build

tools:
@go get golang.org/x/sys/unix
@go get github.com/kardianos/govendor
@go get github.com/mitchellh/gox
@go get golang.org/x/tools/cmd/cover
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ require (
github.com/softlayer/softlayer-go v0.0.0-20190814165317-b9062a914a22
github.ibm.com/ibmcloud/namespace-go-sdk v0.0.0-00010101000000-000000000000
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/tools v0.0.0-20201005185003-576e169c3de7 // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
golang.org/x/tools v0.0.0-20210107193943-4ed967dd8eff // indirect
gotest.tools v2.2.0+incompatible
)

Expand Down
Loading

0 comments on commit 1cf7d20

Please sign in to comment.