go.mod 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. module github.com/Jguer/yay/v12
  2. require (
  3. github.com/Jguer/aur v1.2.3
  4. github.com/Jguer/go-alpm/v2 v2.2.2
  5. github.com/Jguer/votar v1.0.0
  6. github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
  7. github.com/Morganamilo/go-srcinfo v1.0.0
  8. github.com/adrg/strutil v0.3.1
  9. github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
  10. github.com/deckarep/golang-set/v2 v2.6.0
  11. github.com/hashicorp/go-multierror v1.1.1
  12. github.com/leonelquinteros/gotext v1.5.2
  13. github.com/stretchr/testify v1.9.0
  14. golang.org/x/net v0.0.0-20220722155237-a158d28d115b
  15. golang.org/x/sys v0.18.0
  16. golang.org/x/term v0.18.0
  17. gopkg.in/h2non/gock.v1 v1.1.2
  18. )
  19. require (
  20. github.com/davecgh/go-spew v1.1.1 // indirect
  21. github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
  22. github.com/hashicorp/errwrap v1.1.0 // indirect
  23. github.com/itchyny/gojq v0.12.14 // indirect
  24. github.com/itchyny/timefmt-go v0.1.5 // indirect
  25. github.com/mitchellh/mapstructure v1.5.0 // indirect
  26. github.com/ohler55/ojg v1.21.4 // indirect
  27. github.com/pmezard/go-difflib v1.0.0 // indirect
  28. golang.org/x/text v0.14.0 // indirect
  29. gopkg.in/yaml.v3 v3.0.1 // indirect
  30. )
  31. go 1.21