1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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=",