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

20 lines
668 B
Modula-2

module github.com/tribalwarshelp/dcbot
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/go-pg/pg/v10 v10.4.0
github.com/go-pg/pgext v0.2.0
github.com/joho/godotenv v1.3.0
github.com/nicksnyder/go-i18n/v2 v2.1.1
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/tribalwarshelp/golang-sdk v0.0.0-20200903125555-7b6975e64f6f
github.com/tribalwarshelp/shared v0.0.0-20200824102353-ef15dea9c1a3
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect
golang.org/x/sys v0.0.0-20201017003518-b09fb700fbb7 // indirect
golang.org/x/text v0.3.3
)