module github.com/tribalwarshelp/dcbot go 1.17 require ( github.com/Kichiyaki/appmode v1.0.1 github.com/Kichiyaki/go-pg-logrus-query-logger/v10 v10.0.0-20210822140425-1724064d6e5c github.com/Kichiyaki/gopgutil/v10 v10.0.0-20210822140115-69ad4084d89f github.com/Kichiyaki/goutil v0.1.0 github.com/bwmarrin/discordgo v0.23.2 github.com/dustin/go-humanize v1.0.0 github.com/go-pg/pg/v10 v10.10.6 github.com/joho/godotenv v1.4.0 github.com/nicksnyder/go-i18n/v2 v2.1.2 github.com/pkg/errors v0.9.1 github.com/robfig/cron/v3 v3.0.1 github.com/sirupsen/logrus v1.8.1 github.com/tribalwarshelp/golang-sdk v0.0.0-20220218103323-ac5a0c28e845 github.com/tribalwarshelp/shared v0.0.0-20220218101729-f4cb4c1f2026 golang.org/x/text v0.3.7 ) require ( github.com/Kichiyaki/gqlgen-client v0.0.0-20200604145848-274796c104f4 // indirect github.com/go-pg/zerochecker v0.2.0 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/vmihailenco/bufpool v0.1.11 // indirect github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect github.com/vmihailenco/tagparser v0.1.2 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7 // indirect mellium.im/sasl v0.2.1 // indirect )