go.mod 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. module github.com/get-got/discord-downloader-go
  2. go 1.19
  3. require (
  4. github.com/AvraamMavridis/randomcolor v0.0.0-20180822172341-208aff70bf2c
  5. github.com/ChimeraCoder/anaconda v2.0.0+incompatible
  6. github.com/HouzuoGuo/tiedot v0.0.0-20210905174726-ae1e16866d06
  7. github.com/Jeffail/gabs v1.4.0
  8. github.com/Necroforger/dgrouter v0.0.0-20200517224846-e66453b957c1
  9. github.com/PuerkitoBio/goquery v1.8.0
  10. github.com/aidarkhanov/nanoid/v2 v2.0.5
  11. github.com/bwmarrin/discordgo v0.26.1
  12. github.com/dustin/go-humanize v1.0.0
  13. github.com/fatih/color v1.13.0
  14. github.com/fsnotify/fsnotify v1.6.0
  15. github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
  16. github.com/hashicorp/go-version v1.6.0
  17. github.com/kennygrant/sanitize v1.2.4
  18. github.com/muhammadmuzzammil1998/jsonc v1.0.0
  19. github.com/rivo/duplo v0.0.0-20220703183130-751e882e6b83
  20. github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
  21. golang.org/x/net v0.5.0
  22. golang.org/x/oauth2 v0.4.0
  23. google.golang.org/api v0.106.0
  24. gopkg.in/ini.v1 v1.67.0
  25. mvdan.cc/xurls/v2 v2.4.0
  26. )
  27. require (
  28. cloud.google.com/go/compute v1.15.0 // indirect
  29. cloud.google.com/go/compute/metadata v0.2.3 // indirect
  30. github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
  31. github.com/andybalholm/cascadia v1.3.1 // indirect
  32. github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
  33. github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
  34. github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
  35. github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
  36. github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
  37. github.com/golang/protobuf v1.5.2 // indirect
  38. github.com/google/uuid v1.3.0 // indirect
  39. github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
  40. github.com/googleapis/gax-go/v2 v2.7.0 // indirect
  41. github.com/gorilla/websocket v1.5.0 // indirect
  42. github.com/mattn/go-colorable v0.1.13 // indirect
  43. github.com/mattn/go-isatty v0.0.17 // indirect
  44. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
  45. go.opencensus.io v0.24.0 // indirect
  46. golang.org/x/crypto v0.5.0 // indirect
  47. golang.org/x/sys v0.4.0 // indirect
  48. golang.org/x/text v0.6.0 // indirect
  49. google.golang.org/appengine v1.6.7 // indirect
  50. google.golang.org/genproto v0.0.0-20230106154932-a12b697841d9 // indirect
  51. google.golang.org/grpc v1.51.0 // indirect
  52. google.golang.org/protobuf v1.28.1 // indirect
  53. )
  54. replace github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.1
  55. replace github.com/bwmarrin/discordgo => github.com/get-got/discordgo v0.26.1-12