Merge pull request #2900 from dlsniper/go1.5-support
Support go get in go 1.5 (fixes #2893)
This commit is contained in:
commit
207fd3b9dd
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ updatedeps:
|
||||||
go list ./... \
|
go list ./... \
|
||||||
| xargs go list -f '{{join .Deps "\n"}}' \
|
| xargs go list -f '{{join .Deps "\n"}}' \
|
||||||
| grep -v github.com/hashicorp/terraform \
|
| grep -v github.com/hashicorp/terraform \
|
||||||
|
| grep -v '/internal/' \
|
||||||
| sort -u \
|
| sort -u \
|
||||||
| xargs go get -f -u -v
|
| xargs go get -f -u -v
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue