go.mod 991 B

12345678910111213141516171819202122232425262728293031323334
  1. module github.com/Jguer/yay/v11
  2. require (
  3. github.com/Jguer/aur v1.1.3
  4. github.com/Jguer/go-alpm/v2 v2.1.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/bradleyjkemp/cupaloy v2.3.0+incompatible
  9. github.com/leonelquinteros/gotext v1.5.1
  10. github.com/stretchr/testify v1.8.1
  11. golang.org/x/sys v0.3.0
  12. golang.org/x/term v0.3.0
  13. golang.org/x/text v0.5.0 // indirect
  14. gopkg.in/h2non/gock.v1 v1.1.2
  15. )
  16. require (
  17. github.com/adrg/strutil v0.3.0
  18. github.com/davecgh/go-spew v1.1.1 // indirect
  19. github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
  20. github.com/pkg/errors v0.9.1
  21. github.com/pmezard/go-difflib v1.0.0 // indirect
  22. gopkg.in/yaml.v3 v3.0.1 // indirect
  23. )
  24. require (
  25. github.com/deckarep/golang-set/v2 v2.1.0
  26. github.com/itchyny/gojq v0.12.11 // indirect
  27. github.com/itchyny/timefmt-go v0.1.5 // indirect
  28. github.com/ohler55/ojg v1.15.0 // indirect
  29. )
  30. go 1.19