mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-07 12:43:31 +08:00
39 lines
1.8 KiB
Modula-2
39 lines
1.8 KiB
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20201113135440-20e56a777874
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/getlantern/go-update v0.0.0-20190510022740-79c495ab728c
|
|
github.com/getlantern/golog v0.0.0-20201105130739-9586b8bde3a9 // indirect
|
|
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/guonaihong/gout v0.1.3
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
github.com/kr/binarydist v0.1.0 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.3 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // 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.3
|
|
github.com/tidwall/match v1.0.2 // indirect
|
|
github.com/ugorji/go v1.2.0 // indirect
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20201007123416-b982fd3d91d6
|
|
github.com/yinghau76/go-ascii-art v0.0.0-20190517192627-e7f465a30189
|
|
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|