mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
*unix: kill -USR1 <gocq_pid> windows: echo dumpstack >\\.\pipe\go-cqhttp-<pid> stackdump将直接以<exec_name>.<pid>.stacks.<timestamp>.log 的文件名保存在当前工作目录下
34 lines
1.4 KiB
Modula-2
34 lines
1.4 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/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20210611054116-d61d3d491ec7
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-gonic/gin v1.7.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/guonaihong/gout v0.1.9
|
|
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/stretchr/testify 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.7.5
|
|
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-20210421170649-83a5a9bb288b
|
|
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|