Add some sneaky missing deps

pull/2884/head
Chris Bednarski 10 years ago
parent 39e43b62e9
commit e61fa1aed1

@ -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 \

Loading…
Cancel
Save