Browse Source

Update vendored dependencies

morganamilo 6 years ago
parent
commit
b3a53d613d
2 changed files with 2 additions and 1 deletions
  1. 1 1
      Gopkg.lock
  2. 1 0
      vendor/github.com/mikkeloscar/aur/aur.go

+ 1 - 1
Gopkg.lock

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

+ 1 - 0
vendor/github.com/mikkeloscar/aur/aur.go

@@ -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"`
 }