mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2024-12-23 04:46:43 +00:00
16 lines
466 B
Modula-2
16 lines
466 B
Modula-2
module github.com/diamondburned/cchat-discord
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/diamondburned/arikawa/v2 v2.0.5
|
|
github.com/diamondburned/cchat v0.5.1
|
|
github.com/diamondburned/ningen/v2 v2.0.0-20210106052055-9da2a0102d49
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-test/deep v1.0.7
|
|
github.com/lithammer/fuzzysearch v1.1.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/yuin/goldmark v1.3.2
|
|
)
|