cchat-mock/go.mod

10 lines
178 B
Modula-2
Raw Normal View History

2020-05-20 07:13:12 +00:00
module github.com/diamondburned/cchat-mock
go 1.14
require (
2020-05-20 21:23:44 +00:00
github.com/Pallinder/go-randomdata v1.2.0
2020-07-01 20:37:56 +00:00
github.com/diamondburned/cchat v0.0.40
2020-06-08 22:19:13 +00:00
github.com/pkg/errors v0.9.1
2020-05-20 07:13:12 +00:00
)