cchat-mock/go.mod

9 lines
171 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 (
github.com/Pallinder/go-randomdata v1.2.0 // indirect
github.com/diamondburned/cchat v0.0.2 // indirect
)