Revert "Added gosigar to the makefile so x-compile works"
This reverts commit a2b1f0518c
.
This commit is contained in:
parent
24dc798cfb
commit
c6b9d2a318
1
Makefile
1
Makefile
|
@ -66,7 +66,6 @@ updatedeps:
|
||||||
fi
|
fi
|
||||||
go get -u github.com/mitchellh/gox
|
go get -u github.com/mitchellh/gox
|
||||||
go get -u golang.org/x/tools/cmd/stringer
|
go get -u golang.org/x/tools/cmd/stringer
|
||||||
go get -u github.com/cloudfoundry/gosigar
|
|
||||||
go list ./... \
|
go list ./... \
|
||||||
| xargs go list -f '{{join .Deps "\n"}}' \
|
| xargs go list -f '{{join .Deps "\n"}}' \
|
||||||
| grep -v github.com/mitchellh/packer \
|
| grep -v github.com/mitchellh/packer \
|
||||||
|
|
Loading…
Reference in New Issue