mirror of
https://github.com/HDT3213/godis.git
synced 2025-09-26 21:01:17 +08:00
39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module github.com/hdt3213/godis
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/hashicorp/raft v1.7.0
|
|
github.com/hashicorp/raft-boltdb v0.0.0-20231211162105-6c830fa4535e
|
|
github.com/hdt3213/rdb v1.0.18
|
|
golang.org/x/tools v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/bytedance/sonic v1.12.8 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.3 // indirect
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/hashicorp/go-hclog v1.6.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/panjf2000/ants/v2 v2.11.0 // indirect
|
|
github.com/panjf2000/gnet/v2 v2.7.2 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/arch v0.13.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|