Update vendored dependencies

This commit is contained in:
morganamilo 2018-07-24 13:04:07 +01:00
parent 4063cf9282
commit b3a53d613d
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E
2 changed files with 2 additions and 1 deletions

2
Gopkg.lock generated
View file

@ -17,7 +17,7 @@
branch = "master"
name = "github.com/mikkeloscar/aur"
packages = ["."]
revision = "837b260b8e90895c45737e2e72313fe5bce6f2c4"
revision = "2980c04ca5c926b2cb7c4ac3ac8dc0b7f70d29ba"
[solve-meta]
analyzer-name = "dep"

View file

@ -41,6 +41,7 @@ type Pkg struct {
Provides []string `json:"Provides"`
Replaces []string `json:"Replaces"`
OptDepends []string `json:"OptDepends"`
Groups []string `json:"Groups"`
License []string `json:"License"`
Keywords []string `json:"Keywords"`
}