module github.com/tribalwarshelp/dcbot go 1.16 require ( github.com/bwmarrin/discordgo v0.22.0 github.com/dustin/go-humanize v1.0.0 github.com/go-pg/pg/extra/pgdebug v0.2.0 github.com/go-pg/pg/v10 v10.7.3 github.com/joho/godotenv v1.3.0 github.com/nicksnyder/go-i18n/v2 v2.0.3 github.com/pkg/errors v0.9.1 github.com/robfig/cron/v3 v3.0.1 github.com/sirupsen/logrus v1.7.0 github.com/tribalwarshelp/golang-sdk v0.0.0-20210403064309-fbc89d2b3edf github.com/tribalwarshelp/shared v0.0.0-20210403063707-35467af17dc1 golang.org/x/text v0.3.3 )