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

22 lines
801 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
2021-02-23 17:10:25 +00:00
go 1.16
2020-05-29 17:22:52 +00:00
require (
github.com/Kichiyaki/appmode v0.0.0-20210502105643-0a26207c548d
github.com/Kichiyaki/go-pg-logrus-query-logger/v10 v10.0.0-20210428180109-fb97298564d9
github.com/Kichiyaki/gopgutil/v10 v10.0.0-20210521204542-cc672e361b3d
github.com/Kichiyaki/goutil v0.0.0-20210727060523-b40a549d5a72
github.com/bwmarrin/discordgo v0.23.2
github.com/dustin/go-humanize v1.0.0
github.com/go-pg/pg/v10 v10.10.3
github.com/joho/godotenv v1.3.0
github.com/nicksnyder/go-i18n/v2 v2.1.2
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/sirupsen/logrus v1.8.1
github.com/tribalwarshelp/golang-sdk v0.0.0-20210727085356-d4c8ccf8b367
github.com/tribalwarshelp/shared v0.0.0-20210723104616-9fe0aafafeb6
golang.org/x/text v0.3.7
2020-05-29 17:22:52 +00:00
)