mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Ignore internal packages for go 1.5; thanks @dlsniper
This commit is contained in:
parent
28d1295460
commit
87bcfc3ef7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -36,6 +36,7 @@ updatedeps:
|
|||
go list ./... \
|
||||
| xargs go list -f '{{join .Deps "\n"}}' \
|
||||
| grep -v github.com/mitchellh/packer \
|
||||
| grep -v '/internal/' \
|
||||
| sort -u \
|
||||
| xargs go get -f -u -v
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue