mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 01:27:21 +01:00
38 lines
1.1 KiB
Modula-2
38 lines
1.1 KiB
Modula-2
module github.com/Jguer/yay/v11
|
|
|
|
require (
|
|
github.com/Jguer/aur v1.0.1
|
|
github.com/Jguer/go-alpm/v2 v2.1.2
|
|
github.com/Jguer/votar v1.0.0
|
|
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/stretchr/testify v1.8.0
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/strutil v0.3.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require github.com/tidwall/gjson v1.14.3
|
|
|
|
require (
|
|
github.com/itchyny/gojq v0.12.8
|
|
github.com/itchyny/timefmt-go v0.1.3 // indirect
|
|
github.com/ohler55/ojg v1.14.4
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
)
|
|
|
|
go 1.19
|