This commit is contained in:
Jguer 2019-01-17 17:29:20 +00:00
parent 6354a4424e
commit 50a52dba94
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F

10
go.mod
View File

@ -1,8 +1,8 @@
module github.com/Jguer/yay
module github.com/Jguer/yay/v9
require (
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
github.com/Morganamilo/go-srcinfo v0.0.0-20180702014333-368edc79b2c5
github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
github.com/Morganamilo/go-srcinfo v0.0.0-20180702014333-368edc79b2c5
github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9
)