mirror of
https://github.com/cjdenio/jia.git
synced 2025-05-14 09:23:06 +00:00
Create savepoint
This commit is contained in:
commit
8b6f5d360c
7 changed files with 159 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue