-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.18 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
28
29
30
31
module github.com/StrayCamel247/BotCamel
go 1.15
require (
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
github.com/Logiase/MiraiGo-Template v0.0.0-20210309153626-69cfb14d2cd1
github.com/Mrs4s/MiraiGo v0.0.0-20210323143736-d233c90d5083
github.com/Mrs4s/go-cqhttp v0.9.40
github.com/bitly/go-simplejson v0.5.0
github.com/chromedp/cdproto v0.0.0-20210323015217-0942afbea50e
github.com/chromedp/chromedp v0.6.10
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/guonaihong/gout v0.1.6
github.com/json-iterator/go v1.1.10
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
github.com/tidwall/gjson v1.7.3
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.6
)
replace github.com/Mrs4s/go-cqhttp => ./go-cqhttp