Initial scaffolding

This commit is contained in:
Gary Kramlich
2021-11-18 01:30:50 -06:00
commit f6493e0d87
7 changed files with 86 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module gitlab.com/beeper/discord
go 1.17
require github.com/alecthomas/kong v0.2.18
require github.com/pkg/errors v0.9.1 // indirect