cchat-discord/go.mod

16 lines
496 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 (
2021-01-01 08:42:33 +00:00
github.com/diamondburned/arikawa/v2 v2.0.0-20210101083335-169b36126239
2020-12-19 05:46:12 +00:00
github.com/diamondburned/cchat v0.3.15
2021-01-01 08:42:33 +00:00
github.com/diamondburned/ningen/v2 v2.0.0-20210101084041-d9a5058b63b5
github.com/dustin/go-humanize v1.0.0
github.com/go-test/deep v1.0.7
2020-12-19 05:46:12 +00:00
github.com/lithammer/fuzzysearch v1.1.1
2020-06-14 22:46:07 +00:00
github.com/pkg/errors v0.9.1
2020-10-27 05:04:55 +00:00
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2020-06-19 01:00:24 +00:00
github.com/yuin/goldmark v1.1.30
2020-06-14 22:46:07 +00:00
)