Skip to content

Commit a8ea38a

Browse files
Update github.com/hashicorp/raft-boltdb digest to f41fa5f
1 parent 7b2ad6c commit a8ea38a

File tree

2 files changed

+144
-2
lines changed

2 files changed

+144
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.2
44

55
require (
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

0 commit comments

Comments
 (0)