2023-03-07 22:04:06 +01:00
|
|
|
module github.com/Jguer/yay/v12
|
2018-09-15 18:32:44 +02:00
|
|
|
|
|
|
|
require (
|
2023-02-21 00:14:59 +01:00
|
|
|
github.com/Jguer/aur v1.2.3
|
2023-03-06 10:19:21 +01:00
|
|
|
github.com/Jguer/go-alpm/v2 v2.2.0
|
2022-06-17 18:55:22 +02:00
|
|
|
github.com/Jguer/votar v1.0.0
|
2021-05-02 11:10:25 +02:00
|
|
|
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
|
2019-04-01 18:27:27 +02:00
|
|
|
github.com/Morganamilo/go-srcinfo v1.0.0
|
2020-07-11 00:48:30 +02:00
|
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
2023-03-06 10:19:21 +01:00
|
|
|
github.com/leonelquinteros/gotext v1.5.2
|
|
|
|
github.com/stretchr/testify v1.8.2
|
|
|
|
golang.org/x/sys v0.6.0
|
|
|
|
golang.org/x/term v0.6.0
|
|
|
|
golang.org/x/text v0.8.0 // indirect
|
2022-04-12 09:40:41 +02:00
|
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
2018-09-15 18:32:44 +02:00
|
|
|
)
|
2019-09-20 19:18:53 +02:00
|
|
|
|
2021-08-18 09:37:02 +02:00
|
|
|
require (
|
2022-05-16 23:02:31 +02:00
|
|
|
github.com/adrg/strutil v0.3.0
|
2021-08-18 09:37:02 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
2022-08-22 23:28:53 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-08-18 09:37:02 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-06-17 18:55:22 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-08-18 09:37:02 +02:00
|
|
|
)
|
|
|
|
|
2022-09-04 23:45:40 +02:00
|
|
|
require (
|
2023-03-06 10:19:21 +01:00
|
|
|
github.com/deckarep/golang-set/v2 v2.2.0
|
|
|
|
github.com/itchyny/gojq v0.12.12 // indirect
|
2022-12-18 02:36:49 +01:00
|
|
|
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
2023-02-20 12:20:48 +01:00
|
|
|
github.com/ohler55/ojg v1.17.5 // indirect
|
|
|
|
)
|
|
|
|
|
2023-02-20 13:14:16 +01:00
|
|
|
require github.com/hashicorp/go-multierror v1.1.1
|
|
|
|
|
2023-02-20 12:20:48 +01:00
|
|
|
require (
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-02-20 13:14:16 +01:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-09-04 23:45:40 +02:00
|
|
|
)
|
|
|
|
|
2022-08-22 23:28:53 +02:00
|
|
|
go 1.19
|