Events system

This commit is contained in:
Caleb Denio 2021-05-02 15:39:41 -04:00
parent ad7207c15f
commit 4dec84e9a9
7 changed files with 147 additions and 1 deletions

1
go.mod
View file

@ -7,4 +7,5 @@ require (
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.6.5
gopkg.in/yaml.v2 v2.4.0 // indirect
)