mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
21 lines
746 B
Modula-2
21 lines
746 B
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20200807030850-ed30f7ad5934
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/guonaihong/gout v0.1.1
|
|
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/xujiajun/nutsdb v0.5.0
|
|
github.com/yinghau76/go-ascii-art v0.0.0-20190517192627-e7f465a30189
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
)
|