1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 20:36:24 +00:00
yay/go.mod

20 lines
680 B
Modula-2
Raw Normal View History

module github.com/Jguer/yay/v10
2018-09-15 16:32:44 +00:00
require (
2020-12-09 23:06:46 +00:00
github.com/Jguer/go-alpm/v2 v2.0.2
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
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
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/leonelquinteros/gotext v1.4.0
2020-02-27 18:26:35 +00:00
github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
2020-12-09 23:06:46 +00:00
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b
2020-07-24 22:55:46 +00:00
gopkg.in/h2non/gock.v1 v1.0.15
2020-08-21 00:48:17 +00:00
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2018-09-15 16:32:44 +00:00
)
go 1.14