cchat-discord/go.mod

13 lines
315 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.5
2020-07-03 03:23:09 +00:00
github.com/diamondburned/cchat v0.0.40
2020-06-28 02:38:27 +00:00
github.com/diamondburned/ningen v0.1.1-0.20200621014632-6babb812b249
2020-06-19 01:00:24 +00:00
github.com/go-test/deep v1.0.6
2020-06-14 22:46:07 +00:00
github.com/pkg/errors v0.9.1
2020-06-19 01:00:24 +00:00
github.com/yuin/goldmark v1.1.30
2020-06-14 22:46:07 +00:00
)