go.mod 1.3 KB

123456789101112131415161718192021222324252627282930
  1. module github.com/get-got/discord-downloader-go
  2. go 1.15
  3. require (
  4. github.com/AvraamMavridis/randomcolor v0.0.0-20180822172341-208aff70bf2c
  5. github.com/ChimeraCoder/anaconda v2.0.0+incompatible
  6. github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
  7. github.com/HouzuoGuo/tiedot v0.0.0-20200330175510-6fb216206052
  8. github.com/Jeffail/gabs v1.4.0
  9. github.com/Necroforger/dgrouter v0.0.0-20200517224846-e66453b957c1
  10. github.com/PuerkitoBio/goquery v1.6.1
  11. github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
  12. github.com/bwmarrin/discordgo v0.22.0
  13. github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
  14. github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
  15. github.com/fatih/color v1.10.0
  16. github.com/fsnotify/fsnotify v1.4.9
  17. github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
  18. github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
  19. github.com/hashicorp/go-version v1.3.0
  20. github.com/kennygrant/sanitize v1.2.4
  21. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
  22. github.com/rivo/duplo v0.0.0-20180323201418-c4ec823d58cd
  23. golang.org/x/net v0.0.0-20210505214959-0714010a04ed
  24. golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
  25. google.golang.org/api v0.46.0
  26. gopkg.in/ini.v1 v1.62.0
  27. mvdan.cc/xurls/v2 v2.2.0
  28. )