update aur package

This commit is contained in:
jguer
2022-11-15 19:02:35 +01:00
parent c00cd8d88e
commit 2560cadcc0
2 changed files with 10 additions and 2 deletions

6
go.mod
View File

@@ -1,14 +1,14 @@
module github.com/Jguer/yay/v11
require (
github.com/Jguer/aur v1.0.1
github.com/Jguer/aur v1.1.0
github.com/Jguer/go-alpm/v2 v2.1.2
github.com/Jguer/votar v1.0.0
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
github.com/Morganamilo/go-srcinfo v1.0.0
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/leonelquinteros/gotext v1.5.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.2.0
golang.org/x/term v0.2.0
golang.org/x/text v0.4.0 // indirect
@@ -31,4 +31,6 @@ require (
github.com/ohler55/ojg v1.14.5
)
require github.com/stretchr/objx v0.5.0 // indirect
go 1.19