Start of the config

This commit is contained in:
Gary Kramlich
2021-11-18 02:03:42 -06:00
parent 3305345ce8
commit 5b3811ce96
5 changed files with 63 additions and 1 deletions

5
go.mod
View File

@@ -2,6 +2,9 @@ module gitlab.com/beeper/discord
go 1.17
require github.com/alecthomas/kong v0.2.18
require (
github.com/alecthomas/kong v0.2.18
gopkg.in/yaml.v2 v2.4.0
)
require github.com/pkg/errors v0.9.1 // indirect