mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 11:33:48 +08:00
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20210211030658-9f1cf68e0e7c
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/guonaihong/gout v0.1.5
|
|
github.com/hjson/hjson-go v3.1.0+incompatible
|
|
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/pkg/errors v0.9.1
|
|
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.8
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20210207032612-169bbdf8861d
|
|
github.com/yinghau76/go-ascii-art v0.0.0-20190517192627-e7f465a30189
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|