Support go get in go 1.5

pull/2900/head
Florin Patan 11 years ago
parent 593d83336c
commit a75ca1e25c

@ -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

Loading…
Cancel
Save