make deps should download goimports
This commit is contained in:
parent
c97c422b87
commit
4662d3eb95
1
Makefile
1
Makefile
|
@ -46,6 +46,7 @@ deps:
|
||||||
@go get golang.org/x/tools/cmd/stringer
|
@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/kardianos/govendor
|
@go get github.com/kardianos/govendor
|
||||||
|
@go get golang.org/x/tools/cmd/goimports
|
||||||
@govendor sync
|
@govendor sync
|
||||||
|
|
||||||
dev: deps ## Build and install a development build
|
dev: deps ## Build and install a development build
|
||||||
|
|
Loading…
Reference in New Issue