Skip to content

Commit

Permalink
Use go install for GO111MODULE=on deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Jul 21, 2022
1 parent 340506d commit dc253b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ get-deps-init:
go get golang.org/x/tools/cmd/cover
go get github.com/golang/mock/mockgen
cd "${GOPATH}/src/github.com/golang/mock/mockgen" && git checkout 1.3.1 && go get ./... && go install ./... && cd -
GO111MODULE=on go get github.com/fzipp/gocyclo/cmd/[email protected]
GO111MODULE=on go install github.com/fzipp/gocyclo/cmd/[email protected]
go get golang.org/x/tools/cmd/goimports
GO111MODULE=on go get honnef.co/go/tools/cmd/[email protected]
GO111MODULE=on go install honnef.co/go/tools/cmd/[email protected]

amazon-linux-sources.tgz:
./scripts/update-version.sh
Expand Down

0 comments on commit dc253b1

Please sign in to comment.