Revert "Added gosigar to the makefile so x-compile works"

This reverts commit a2b1f0518c.
This commit is contained in:
Chris Bednarski 2016-02-02 12:44:41 -08:00
parent 24dc798cfb
commit c6b9d2a318
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ 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 \