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:
Antoine GIRARD 2017-05-02 15:22:21 +02:00 committed by Kim "BKC" Carlbäcker
parent 0d1e001b9c
commit bb5f694fc5
2 changed files with 10 additions and 2 deletions

2
vendor/vendor.json vendored
View file

@ -1,6 +1,6 @@
{
"comment": "",
"ignore": "test",
"ignore": "test appengine",
"package": [
{
"checksumSHA1": "spqE5xUEPQp8YV67McMTMAUIilY=",