1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-discord.git synced 2024-11-01 20:34:27 +00:00
cchat-discord/go.mod

16 lines
406 B
Modula-2
Raw Normal View History

2020-06-14 22:46:07 +00:00
module github.com/diamondburned/cchat-discord
go 1.14
2020-06-19 01:00:24 +00:00
replace github.com/diamondburned/ningen => ../../ningen/
2020-06-14 22:46:07 +00:00
require (
2020-06-19 01:00:24 +00:00
github.com/davecgh/go-spew v1.1.1
2020-06-14 22:46:07 +00:00
github.com/diamondburned/arikawa v0.9.4
2020-06-19 01:00:24 +00:00
github.com/diamondburned/cchat v0.0.31
github.com/diamondburned/ningen v0.0.0-20200618230530-16d4d7fbc521
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
)