mirror of
https://github.com/cjdenio/jia.git
synced 2024-11-21 15:13:40 +00:00
11 lines
246 B
Modula-2
11 lines
246 B
Modula-2
module github.com/ifvictr/jia
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
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
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|