mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20210406093140-5ec6c651b797
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/guonaihong/gout v0.1.6
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
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
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20210316130616-d47b553def60
|
|
github.com/willf/bitset v1.1.11 // indirect
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|