discord-community/go.mod
Knut Ahlers 378a2247ec
Add templating to config to load env-vars
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-07-25 15:00:18 +02:00

15 lines
354 B
Modula-2

module github.com/Luzifer/discord-community
go 1.16
require (
github.com/Luzifer/go_helpers/v2 v2.12.2
github.com/Luzifer/korvike/functions v0.6.1
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/bwmarrin/discordgo v0.23.2
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
gopkg.in/yaml.v2 v2.4.0
)