From c6b9d2a318b7d672d55ed80543739d7ea58a1c4c Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 2 Feb 2016 12:44:41 -0800 Subject: [PATCH] Revert "Added gosigar to the makefile so x-compile works" This reverts commit a2b1f0518c885dc1ac81381989dcae50cc6384dc. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 9d95aa9a7..1e615127d 100644 --- a/Makefile +++ b/Makefile @@ -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 \