cchat-discord/go.mod

14 lines
352 B
Modula-2

module github.com/diamondburned/cchat-discord
go 1.14
require (
github.com/diamondburned/arikawa v1.3.0
github.com/diamondburned/cchat v0.3.7
github.com/diamondburned/ningen v0.1.1-0.20200820222640-35796f938a58
github.com/dustin/go-humanize v1.0.0
github.com/go-test/deep v1.0.7
github.com/pkg/errors v0.9.1
github.com/yuin/goldmark v1.1.30
)