Merge pull request #910 from patricklucas/no_go_get_vet

Remove 'go get ... vet' from updatedeps target
This commit is contained in:
Paul Hinze 2015-02-03 10:22:22 -06:00
commit 7df0932443
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ testrace: generate
updatedeps:
go get -u github.com/mitchellh/gox
go get -u golang.org/x/tools/cmd/stringer
go get -u golang.org/x/tools/cmd/vet
go list ./... \
| xargs go list -f '{{join .Deps "\n"}}' \
| grep -v github.com/hashicorp/terraform \