Move stuff out of main package (wip)

This commit is contained in:
Victor Truong 2020-07-27 02:41:00 -07:00
parent 558803a0de
commit dbb0a90706
6 changed files with 109 additions and 65 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/ifvictr/jia
go 1.14
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/go-redis/redis v6.15.8+incompatible
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.6.5