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
This commit is contained in:
Matthew Hooker 2016-10-05 14:07:50 -07:00
parent d08f1b503f
commit 9ff9539d72
1 changed files with 1 additions and 1 deletions

2
vendor/vendor.json vendored
View File

@ -1,6 +1,6 @@
{
"comment": "",
"ignore": "test",
"ignore": "test appengine",
"package": [
{
"checksumSHA1": "/WG++Jij8INZ80tER+FAiIDMmws=",