mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
|
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
|
||
|
github.com/bwmarrin/discordgo v0.23.2 // indirect
|
||
|
github.com/robfig/cron/v3 v3.0.1
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
)
|