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" branch = "master"
name = "github.com/mikkeloscar/aur" name = "github.com/mikkeloscar/aur"
packages = ["."] packages = ["."]
revision = "837b260b8e90895c45737e2e72313fe5bce6f2c4" revision = "2980c04ca5c926b2cb7c4ac3ac8dc0b7f70d29ba"
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"

View File

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