-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
41 lines (36 loc) · 1.58 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
32
33
34
35
36
37
38
39
40
41
module github.com/cdle/xdd
go 1.16
replace github.com/willf/bitset v1.2.0 => github.com/bits-and-blooms/bitset v1.2.0
//replace github.com/Mrs4s/go-cqhttp v1.0.0-beta5 => github.com/cdle/go-cqhttp v1.1.2
replace github.com/Mrs4s/go-cqhttp v1.0.0-beta8-fix2 => github.com/764763903a/go-cqhttp v1.0.1
require (
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
github.com/EDDYCJY/fake-useragent v0.2.0
github.com/Mrs4s/MiraiGo v0.0.0-20211208080234-25c67a3ee1c1
//github.com/Mrs4s/MiraiGo v0.0.0-20210726103104-1d68826cef0e
github.com/Mrs4s/go-cqhttp v1.0.0-beta8-fix2
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/beego/beego/v2 v2.0.1
github.com/buger/jsonparser v1.1.1
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lib/pq v1.7.0 // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
github.com/willf/bitset v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/tucnak/telebot.v2 v2.4.0
gopkg.in/yaml.v2 v2.3.0
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.13
)