mirror of
https://github.com/cjdenio/jia.git
synced 2024-11-21 23:23:39 +00:00
11 lines
210 B
Modula-2
11 lines
210 B
Modula-2
|
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
|
||
|
)
|