This repository has been archived on 2022-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
dcbot-old/go.mod

25 lines
860 B
Modula-2
Raw Normal View History

2020-05-29 17:22:52 +00:00
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
2020-05-29 17:22:52 +00:00
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
2020-05-29 17:22:52 +00:00
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/pkg/errors v0.9.1
2020-05-29 17:22:52 +00:00
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sirupsen/logrus v1.6.0
2020-05-29 17:22:52 +00:00
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
)