1
0
mirror of https://github.com/Jguer/yay synced 2024-07-05 18:01:50 +00:00
yay/go.mod

19 lines
572 B
Modula-2
Raw Normal View History

module github.com/Jguer/yay/v10
2018-09-15 16:32:44 +00:00
require (
2021-06-09 01:36:46 +00:00
github.com/Jguer/aur v1.0.0
2021-07-03 16:12:17 +00:00
github.com/Jguer/go-alpm/v2 v2.0.6
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
github.com/pkg/errors v0.9.1
2021-01-29 21:23:36 +00:00
github.com/stretchr/testify v1.7.0
2021-07-03 16:12:17 +00:00
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
2021-05-13 05:27:24 +00:00
golang.org/x/text v0.3.6 // indirect
2020-07-24 22:55:46 +00:00
gopkg.in/h2non/gock.v1 v1.0.15
2018-09-15 16:32:44 +00:00
)
go 1.14