mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
make deps should download goimports
This commit is contained in:
parent
c97c422b87
commit
4662d3eb95
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -46,6 +46,7 @@ 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
|
||||
@govendor sync
|
||||
|
||||
dev: deps ## Build and install a development build
|
||||
|
|
|
|||
Loading…
Reference in a new issue