-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/m1stborn/mistChatbot
go 1.16
require (
github.com/dpup/gohubbub v0.0.0-20140517235056-2dc6969d22d8
github.com/go-playground/validator/v10 v10.9.0
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.3.0
github.com/line/line-bot-sdk-go v7.8.0+incompatible
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nicklaw5/helix v1.24.2
github.com/onsi/gomega v1.15.0 // indirect
github.com/pkg/errors v0.8.1
github.com/pubsubhubbub/gohubbub v0.0.0-20140203051936-dda92625c3ba
github.com/sirupsen/logrus v1.8.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.7 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.13
)