2020-06-13 19:29:50 +02:00
|
|
|
module github.com/Jguer/yay/v10
|
2018-09-15 18:32:44 +02:00
|
|
|
|
|
|
|
require (
|
2021-05-05 09:49:43 +02:00
|
|
|
github.com/Jguer/go-alpm/v2 v2.0.5
|
2021-05-02 11:10:25 +02:00
|
|
|
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
|
2019-04-01 18:27:27 +02:00
|
|
|
github.com/Morganamilo/go-srcinfo v1.0.0
|
2020-07-11 00:48:30 +02:00
|
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-05-04 09:24:32 +02:00
|
|
|
github.com/leonelquinteros/gotext v1.4.0
|
2020-02-27 19:26:35 +01:00
|
|
|
github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
|
2020-05-04 09:24:32 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-01-29 22:23:36 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-05-08 00:31:19 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096
|
|
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
|
2020-07-25 00:55:46 +02:00
|
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
2021-01-29 22:23:36 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2018-09-15 18:32:44 +02:00
|
|
|
)
|
2019-09-20 19:18:53 +02:00
|
|
|
|
2020-05-04 09:24:32 +02:00
|
|
|
go 1.14
|