Improve govendor testing (#1623)
- Use `govendor list +outside +unused` for finding missing or unused deps and govendor status for catching modified vendor. - Remove appengine import
This commit is contained in:
parent
0d1e001b9c
commit
bb5f694fc5
2 changed files with 10 additions and 2 deletions
2
vendor/vendor.json
vendored
2
vendor/vendor.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"comment": "",
|
||||
"ignore": "test",
|
||||
"ignore": "test appengine",
|
||||
"package": [
|
||||
{
|
||||
"checksumSHA1": "spqE5xUEPQp8YV67McMTMAUIilY=",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue