Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
fixing 'gocyclo' not found
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanyad committed Oct 21, 2020
1 parent 589e008 commit b0bc239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ubuntu-trusty:
get-deps:
go get golang.org/x/tools/cover
go get golang.org/x/tools/cmd/cover
go get github.com/fzipp/gocyclo
go get github.com/fzipp/gocyclo/cmd/gocyclo
go get golang.org/x/tools/cmd/goimports
go get github.com/golang/mock/mockgen
go get honnef.co/go/tools/cmd/staticcheck
Expand Down

0 comments on commit b0bc239

Please sign in to comment.