go.mod 819 B

12345678910111213141516171819202122232425
  1. module github.com/Jguer/yay/v11
  2. require (
  3. github.com/Jguer/aur v1.0.1
  4. github.com/Jguer/go-alpm/v2 v2.1.2
  5. github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
  6. github.com/Morganamilo/go-srcinfo v1.0.0
  7. github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
  8. github.com/leonelquinteros/gotext v1.5.0
  9. github.com/stretchr/testify v1.7.1
  10. golang.org/x/sys v0.0.0-20220412071739-889880a91fd5
  11. golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
  12. golang.org/x/text v0.3.7 // indirect
  13. gopkg.in/h2non/gock.v1 v1.1.2
  14. )
  15. require (
  16. github.com/adrg/strutil v0.2.3
  17. github.com/davecgh/go-spew v1.1.1 // indirect
  18. github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
  19. github.com/pmezard/go-difflib v1.0.0 // indirect
  20. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
  21. )
  22. go 1.17