mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Update vendored dependencies
This commit is contained in:
parent
4063cf9282
commit
b3a53d613d
2 changed files with 2 additions and 1 deletions
2
Gopkg.lock
generated
2
Gopkg.lock
generated
|
@ -17,7 +17,7 @@
|
|||
branch = "master"
|
||||
name = "github.com/mikkeloscar/aur"
|
||||
packages = ["."]
|
||||
revision = "837b260b8e90895c45737e2e72313fe5bce6f2c4"
|
||||
revision = "2980c04ca5c926b2cb7c4ac3ac8dc0b7f70d29ba"
|
||||
|
||||
[solve-meta]
|
||||
analyzer-name = "dep"
|
||||
|
|
1
vendor/github.com/mikkeloscar/aur/aur.go
generated
vendored
1
vendor/github.com/mikkeloscar/aur/aur.go
generated
vendored
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue