2020-06-13 19:29:50 +02:00
|
|
|
module github.com/Jguer/yay/v10
|
2018-09-15 18:32:44 +02:00
|
|
|
|
|
|
|
require (
|
2020-05-02 16:17:20 +02:00
|
|
|
github.com/Jguer/go-alpm v0.0.0-20200405152916-a3feea4322e9
|
2019-01-26 23:16:34 +01:00
|
|
|
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
|
2019-04-01 18:27:27 +02:00
|
|
|
github.com/Morganamilo/go-srcinfo v1.0.0
|
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
|
2020-07-05 15:34:27 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // 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
|