cchat-discord/go.mod

11 lines
247 B
Modula-2
Raw Normal View History

2020-06-14 22:46:07 +00:00
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
2020-06-14 22:46:07 +00:00
github.com/pkg/errors v0.9.1
)