1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-mock.git synced 2024-11-09 23:54:27 +00:00
cchat-mock/go.mod

9 lines
147 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-05-22 23:45:08 +00:00
github.com/diamondburned/cchat v0.0.6
2020-05-20 07:13:12 +00:00
)