Added gosigar to the makefile so x-compile works

pull/2700/merge
Chris Bednarski 10 years ago
parent 4490826a17
commit a2b1f0518c

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

Loading…
Cancel
Save