mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
19 lines
572 B
Modula-2
19 lines
572 B
Modula-2
module github.com/Jguer/yay/v10
|
|
|
|
require (
|
|
github.com/Jguer/aur v1.0.0
|
|
github.com/Jguer/go-alpm/v2 v2.0.6
|
|
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/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
)
|
|
|
|
go 1.14
|