Makefile: remove unused golang.org/x/tools/cmd/stringer dep
This commit is contained in:
parent
26d0448142
commit
768736425e
1
Makefile
1
Makefile
|
@ -49,7 +49,6 @@ install-build-deps: ## Install dependencies for bin build
|
|||
|
||||
install-gen-deps: ## Install dependencies for code generation
|
||||
@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 github.com/alvaroloes/enumer
|
||||
|
||||
|
|
Loading…
Reference in New Issue