mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
63 lines
2.6 KiB
Modula-2
63 lines
2.6 KiB
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
|
|
github.com/Microsoft/go-winio v0.5.1
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20211219072930-afb81a32aa75
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/fumiama/go-hide-param v0.1.4
|
|
github.com/gabriel-vasile/mimetype v1.4.0
|
|
github.com/gocq/qrcode v0.0.0-20211114040510-366b953fcd98
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/klauspost/compress v1.13.6
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/mattn/go-colorable v0.1.11
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/segmentio/asm v1.1.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/tidwall/gjson v1.11.0
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20210316130616-d47b553def60
|
|
go.mongodb.org/mongo-driver v1.7.4
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/RomiChan/protobuf v0.0.0-20211204042931-ff4f35848737 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/gocq/rs v1.0.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.11 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.0.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
modernc.org/libc v1.11.70 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.0.5 // indirect
|
|
)
|