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:
committed by
Kim "BKC" Carlbäcker
parent
0d1e001b9c
commit
bb5f694fc5
2
vendor/vendor.json
vendored
2
vendor/vendor.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"comment": "",
|
||||
"ignore": "test",
|
||||
"ignore": "test appengine",
|
||||
"package": [
|
||||
{
|
||||
"checksumSHA1": "spqE5xUEPQp8YV67McMTMAUIilY=",
|
||||
|
Reference in New Issue
Block a user