From 9ff9539d729b2210fcfe0d1651b4e205723f0c9d Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 5 Oct 2016 14:07:50 -0700 Subject: [PATCH] Ignores appengine The appengine imports cause govendor to fail since it's imported as "appengine". We get failures like: Error: Package "appengine" not a go package or not in GOPATH. If we ignore it, the issue goes away and we can still comple --- vendor/vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/vendor.json b/vendor/vendor.json index e770f7ced..228689304 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -1,6 +1,6 @@ { "comment": "", - "ignore": "test", + "ignore": "test appengine", "package": [ { "checksumSHA1": "/WG++Jij8INZ80tER+FAiIDMmws=",