Makefile remove duplicate go get

This commit is contained in:
Adrien Delorme 2018-10-16 15:28:35 +02:00
parent 22ba06725d
commit 401fddbd33
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ deps:
@go get golang.org/x/tools/cmd/stringer
@go get -u github.com/mna/pigeon
@go get github.com/kardianos/govendor
@go get golang.org/x/tools/cmd/goimports
dev: deps ## Build and install a development build
@grep 'const VersionPrerelease = ""' version/version.go > /dev/null ; if [ $$? -eq 0 ]; then \