From e61fa1aed1a1adb0475d80855ef7059960538925 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 4 Feb 2016 17:33:03 -0800 Subject: [PATCH] Add some sneaky missing deps --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1e615127d..806a018eb 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,8 @@ updatedeps: fi go get -u github.com/mitchellh/gox go get -u golang.org/x/tools/cmd/stringer + go get -u golang.org/x/sys/unix + go get -u google.golang.org/appengine go list ./... \ | xargs go list -f '{{join .Deps "\n"}}' \ | grep -v github.com/mitchellh/packer \