From a2b1f0518c885dc1ac81381989dcae50cc6384dc Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 26 Jan 2016 17:11:15 -0800 Subject: [PATCH] Added gosigar to the makefile so x-compile works --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1e615127d..9d95aa9a7 100644 --- a/Makefile +++ b/Makefile @@ -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 \