mirror of
https://github.com/diamondburned/cchat-mock.git
synced 2024-11-12 17:12:44 +00:00
13 lines
324 B
Modula-2
13 lines
324 B
Modula-2
module github.com/diamondburned/cchat-mock
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Pallinder/go-randomdata v1.2.0
|
|
github.com/diamondburned/aqs v0.0.0-20200704043812-99b676ee44eb
|
|
github.com/diamondburned/cchat v0.0.43
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/text v0.3.3 // indirect
|
|
)
|