1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-mock.git synced 2024-11-12 17:12:44 +00:00
cchat-mock/go.mod

10 lines
178 B
Modula-2

module github.com/diamondburned/cchat-mock
go 1.14
require (
github.com/Pallinder/go-randomdata v1.2.0
github.com/diamondburned/cchat v0.0.35
github.com/pkg/errors v0.9.1
)