cchat-mock/go.mod

13 lines
324 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-11-15 03:36:44 +00:00
github.com/diamondburned/aqs v0.0.0-20201115033607-76f603ff676a
2020-12-17 22:33:07 +00:00
github.com/diamondburned/cchat v0.3.13
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-07-04 04:39:42 +00:00
golang.org/x/text v0.3.3 // indirect
2020-05-20 07:13:12 +00:00
)