File tree Expand file tree Collapse file tree 2 files changed +144
-2
lines changed
Expand file tree Collapse file tree 2 files changed +144
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.22.2
44
55require (
66 github.com/bootjp/go-kvlib v0.0.0-20240406094546-4db695714980
7- github.com/hashicorp/raft v1.6.1
8- github.com/hashicorp/raft-boltdb v0.0.0-20231211162105-6c830fa4535e
7+ github.com/hashicorp/raft v1.7.3
8+ github.com/hashicorp/raft-boltdb v0.0.0-20250926130943-f41fa5f23d89
99 github.com/redis/go-redis/v9 v9.5.1
1010 github.com/stretchr/testify v1.9.0
1111 github.com/tidwall/redcon v1.6.2
@@ -20,6 +20,7 @@ require (
2020 github.com/fatih/color v1.16.0 // indirect
2121 github.com/hashicorp/go-hclog v1.6.3 // indirect
2222 github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
23+ github.com/hashicorp/go-metrics v0.5.4 // indirect
2324 github.com/hashicorp/go-msgpack v0.5.5 // indirect
2425 github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
2526 github.com/hashicorp/golang-lru v1.0.2 // indirect
You can’t perform that action at this time.
0 commit comments