discord-community/go.mod

13 lines
282 B
Modula-2
Raw Normal View History

2021-06-10 13:27:13 +00:00
module github.com/Luzifer/tezrian-discord
go 1.16
require (
github.com/Luzifer/go_helpers/v2 v2.12.2
github.com/Luzifer/rconfig/v2 v2.2.1
2021-07-12 16:04:19 +00:00
github.com/bwmarrin/discordgo v0.23.2
github.com/pkg/errors v0.9.1
2021-06-10 13:27:13 +00:00
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
)