mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2024-11-01 20:34:27 +00:00
14 lines
358 B
Modula-2
14 lines
358 B
Modula-2
module github.com/diamondburned/cchat-discord
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/diamondburned/arikawa v0.10.5
|
|
github.com/diamondburned/cchat v0.0.43
|
|
github.com/diamondburned/ningen 607091d2af5cf0fab35f2dc5bdceee309a153289
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-test/deep v1.0.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/yuin/goldmark v1.1.30
|
|
)
|