cchat/go.mod

10 lines
155 B
Modula-2

module github.com/diamondburned/cchat
go 1.14
require (
github.com/dave/jennifer v1.4.1
github.com/go-test/deep v1.0.7
github.com/pkg/errors v0.9.1
)