Makefile: remove unused golang.org/x/tools/cmd/stringer dep

This commit is contained in:
Adrien Delorme 2019-05-27 15:07:49 +02:00
parent 26d0448142
commit 768736425e
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ install-build-deps: ## Install dependencies for bin build
install-gen-deps: ## Install dependencies for code generation install-gen-deps: ## Install dependencies for code generation
@go get golang.org/x/tools/cmd/goimports @go get golang.org/x/tools/cmd/goimports
@go get golang.org/x/tools/cmd/stringer
@go get -u github.com/mna/pigeon @go get -u github.com/mna/pigeon
@go get github.com/alvaroloes/enumer @go get github.com/alvaroloes/enumer