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

17 lines
497 B
Modula-2
Raw Normal View History

2020-06-02 07:00:40 +00:00
module github.com/tribalwarshelp/dcbot
2020-05-29 17:22:52 +00:00
go 1.14
require (
github.com/bwmarrin/discordgo v0.20.3
github.com/go-pg/pg/v10 v10.0.0-beta.2
github.com/joho/godotenv v1.3.0
2020-07-19 10:16:02 +00:00
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/pkg/errors v0.9.1
2020-05-30 10:43:11 +00:00
github.com/robfig/cron/v3 v3.0.1
github.com/segmentio/encoding v0.1.14 // indirect
2020-08-09 15:20:23 +00:00
github.com/tribalwarshelp/golang-sdk v0.0.0-20200809132742-4b93c9b8ef78
github.com/tribalwarshelp/shared v0.0.0-20200809135300-8ead1165291b
2020-07-19 10:16:02 +00:00
golang.org/x/text v0.3.2
2020-05-29 17:22:52 +00:00
)