Commit 87bcfc3e authored by Chris Bednarski's avatar Chris Bednarski

Ignore internal packages for go 1.5; thanks @dlsniper

parent 28d12954
......@@ -36,6 +36,7 @@ updatedeps:
go list ./... \
| xargs go list -f '{{join .Deps "\n"}}' \
| grep -v github.com/mitchellh/packer \
| grep -v '/internal/' \
| sort -u \
| xargs go get -f -u -v
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment