12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- module github.com/get-got/discord-downloader-go
- go 1.19
- require (
- github.com/AvraamMavridis/randomcolor v0.0.0-20180822172341-208aff70bf2c
- github.com/ChimeraCoder/anaconda v2.0.0+incompatible
- github.com/HouzuoGuo/tiedot v0.0.0-20210905174726-ae1e16866d06
- github.com/Jeffail/gabs v1.4.0
- github.com/Necroforger/dgrouter v0.0.0-20200517224846-e66453b957c1
- github.com/PuerkitoBio/goquery v1.8.0
- github.com/aidarkhanov/nanoid/v2 v2.0.5
- github.com/bwmarrin/discordgo v0.26.1
- github.com/fatih/color v1.13.0
- github.com/fsnotify/fsnotify v1.6.0
- github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
- github.com/hashicorp/go-version v1.6.0
- github.com/kennygrant/sanitize v1.2.4
- github.com/muhammadmuzzammil1998/jsonc v1.0.0
- github.com/rivo/duplo v0.0.0-20220703183130-751e882e6b83
- github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
- golang.org/x/net v0.4.0
- golang.org/x/oauth2 v0.3.0
- google.golang.org/api v0.105.0
- gopkg.in/ini.v1 v1.67.0
- mvdan.cc/xurls/v2 v2.4.0
- )
- require (
- cloud.google.com/go v0.107.0 // indirect
- github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
- github.com/andybalholm/cascadia v1.3.1 // indirect
- github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
- github.com/dustin/go-humanize v1.0.0 // indirect
- github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
- github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
- github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
- github.com/golang/protobuf v1.5.2 // indirect
- github.com/googleapis/gax-go/v2 v2.7.0 // indirect
- github.com/gorilla/websocket v1.5.0 // indirect
- github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.17 // indirect
- github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
- github.com/smartystreets/goconvey v1.7.2 // indirect
- go.opencensus.io v0.24.0 // indirect
- golang.org/x/crypto v0.4.0 // indirect
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/sys v0.3.0 // indirect
- golang.org/x/text v0.5.0 // indirect
- golang.org/x/tools v0.1.12 // indirect
- google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
- google.golang.org/grpc v1.51.0 // indirect
- google.golang.org/protobuf v1.28.1 // indirect
- )
- replace github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.1
- replace github.com/bwmarrin/discordgo => github.com/get-got/discordgo v0.26.1-12
|