2021-09-08 20:28:08 +00:00
|
|
|
module github.com/Jguer/yay/v11
|
2018-09-15 16:32:44 +00:00
|
|
|
|
|
|
|
require (
|
2022-02-05 13:25:59 +00:00
|
|
|
github.com/Jguer/aur v1.0.1
|
2022-03-07 16:57:20 +00:00
|
|
|
github.com/Jguer/go-alpm/v2 v2.1.2
|
2021-05-02 09:10:25 +00:00
|
|
|
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
|
2019-04-01 16:27:27 +00:00
|
|
|
github.com/Morganamilo/go-srcinfo v1.0.0
|
2020-07-10 22:48:30 +00:00
|
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
2021-05-13 05:27:24 +00:00
|
|
|
github.com/leonelquinteros/gotext v1.5.0
|
2022-04-12 07:40:41 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
golang.org/x/sys v0.0.0-20220412071739-889880a91fd5
|
|
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
|
2021-08-11 16:40:59 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-04-12 07:40:41 +00:00
|
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
2018-09-15 16:32:44 +00:00
|
|
|
)
|
2019-09-20 17:18:53 +00:00
|
|
|
|
2021-08-18 07:37:02 +00:00
|
|
|
require (
|
2022-03-06 23:48:15 +00:00
|
|
|
github.com/adrg/strutil v0.2.3
|
2021-08-18 07:37:02 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.17
|