cchat/go.mod

6 lines
85 B
Modula-2
Raw Normal View History

2020-05-19 06:07:22 +00:00
module github.com/diamondburned/cchat
go 1.14
2020-05-22 23:43:28 +00:00
require github.com/pkg/errors v0.9.1