Add some sneaky missing deps

This commit is contained in:
Chris Bednarski 2016-02-04 17:33:03 -08:00
parent 39e43b62e9
commit e61fa1aed1
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ updatedeps:
fi
go get -u github.com/mitchellh/gox
go get -u golang.org/x/tools/cmd/stringer
go get -u golang.org/x/sys/unix
go get -u google.golang.org/appengine
go list ./... \
| xargs go list -f '{{join .Deps "\n"}}' \
| grep -v github.com/mitchellh/packer \