v3/go.mod
dependabot[bot] 9c8679e9c9
chore(deps): bump github.com/bwmarrin/discordgo from 0.22.0 to 0.23.2
Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.22.0 to 0.23.2.
- [Release notes](https://github.com/bwmarrin/discordgo/releases)
- [Commits](https://github.com/bwmarrin/discordgo/compare/v0.22.0...v0.23.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12 23:33:13 +00:00

12 lines
314 B
Modula-2

module github.com/roleypoly/roleypoly
go 1.15
require (
github.com/bwmarrin/discordgo v0.23.2
github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55
github.com/joho/godotenv v1.3.0
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
github.com/onsi/gomega v1.10.5
k8s.io/klog v1.0.0
)