module twdcbot go 1.14 require ( github.com/PuerkitoBio/goquery v1.5.1 github.com/andybalholm/cascadia v1.2.0 // indirect github.com/antchfx/htmlquery v1.2.3 // indirect github.com/antchfx/xmlquery v1.2.4 // indirect github.com/antchfx/xpath v1.1.8 // indirect github.com/bwmarrin/discordgo v0.20.3 github.com/go-pg/pg/v10 v10.0.0-alpha.0 github.com/gobwas/glob v0.2.3 // indirect github.com/gocolly/colly v1.2.0 github.com/golang/protobuf v1.4.2 // indirect github.com/joho/godotenv v1.3.0 github.com/kennygrant/sanitize v1.2.4 // indirect github.com/pkg/errors v0.9.1 github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect github.com/sirupsen/logrus v1.6.0 github.com/temoto/robotstxt v1.1.1 // indirect golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect google.golang.org/protobuf v1.24.0 // indirect )