mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
60 lines
2.5 KiB
Modula-2
60 lines
2.5 KiB
Modula-2
module github.com/Mrs4s/go-cqhttp
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/FloatTech/sqlite v0.5.0
|
|
github.com/Microsoft/go-winio v0.5.1
|
|
github.com/Mrs4s/MiraiGo v0.0.0-20220828090150-a3c348100dfe
|
|
github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c
|
|
github.com/RomiChan/websocket v1.4.3-0.20220123145318-307a86b127bc
|
|
github.com/fumiama/go-base16384 v1.5.2
|
|
github.com/fumiama/go-hide-param v0.1.4
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/mattn/go-colorable v0.1.12
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/segmentio/asm v1.1.3
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
|
|
github.com/tidwall/gjson v1.14.3
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20210316130616-d47b553def60
|
|
go.mongodb.org/mongo-driver v1.8.3
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b // indirect
|
|
github.com/RomiChan/protobuf v0.1.1-0.20220624030127-3310cba9dbc0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fumiama/imgsz v0.0.2 // indirect
|
|
github.com/fumiama/sqlite3 v1.14.6 // indirect
|
|
github.com/go-stack/stack v1.8.0 // 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/compress v1.13.6 // 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.15 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // 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-20181117223130-1be2e3e5546d // indirect
|
|
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
|
|
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
modernc.org/libc v1.14.6 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.0.5 // indirect
|
|
)
|