1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-discord.git synced 2024-11-01 12:24:15 +00:00
cchat-discord/go.mod
diamondburned (Forefront) 87688060e9 Mostly finished.
Commits will be more descriptive from here on out.
2020-06-15 20:57:33 -07:00

11 lines
247 B
Modula-2

module github.com/diamondburned/cchat-discord
go 1.14
require (
github.com/diamondburned/arikawa v0.9.4
github.com/diamondburned/cchat v0.0.28
github.com/diamondburned/ningen v0.0.0-20200610212436-159f7105a2be
github.com/pkg/errors v0.9.1
)