mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 19:43:49 +08:00
22 lines
813 B
Modula-2
22 lines
813 B
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20201017083749-517ddcd50b8d
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/guonaihong/gout v0.1.2
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
|
|
github.com/tidwall/gjson v1.6.1
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20201007123416-b982fd3d91d6
|
|
github.com/yinghau76/go-ascii-art v0.0.0-20190517192627-e7f465a30189
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
)
|