Support go get in go 1.5
This commit is contained in:
parent
593d83336c
commit
a75ca1e25c
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