Create savepoint

This commit is contained in:
Victor Truong 2020-06-30 02:23:49 -07:00
commit 8b6f5d360c
7 changed files with 159 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/ifvictr/jia
go 1.14
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.6.5
)