Support go get in go 1.5

This commit is contained in:
Florin Patan 2015-07-31 00:34:58 +02:00
parent 593d83336c
commit a75ca1e25c
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ updatedeps:
go list ./... \
| xargs go list -f '{{join .Deps "\n"}}' \
| grep -v github.com/hashicorp/terraform \
| grep -v '/internal/' \
| sort -u \
| xargs go get -f -u -v