Skip to content

Commit

Permalink
Add some sneaky missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cbednarski committed Feb 5, 2016
1 parent 39e43b6 commit e61fa1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e61fa1a

Please sign in to comment.