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:
parent
d08f1b503f
commit
9ff9539d72
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"comment": "",
|
"comment": "",
|
||||||
"ignore": "test",
|
"ignore": "test appengine",
|
||||||
"package": [
|
"package": [
|
||||||
{
|
{
|
||||||
"checksumSHA1": "/WG++Jij8INZ80tER+FAiIDMmws=",
|
"checksumSHA1": "/WG++Jij8INZ80tER+FAiIDMmws=",
|
||||||
|
|
Loading…
Reference in New Issue