cchat-mock/go.mod

12 lines
286 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
github.com/diamondburned/aqs v0.0.0-20200704043012-98e184f74adf
2020-07-01 20:37:56 +00:00
github.com/diamondburned/cchat v0.0.40
github.com/lucasb-eyer/go-colorful v1.0.3
2020-06-08 22:19:13 +00:00
github.com/pkg/errors v0.9.1
2020-05-20 07:13:12 +00:00
)