File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.2
55require (
66 github.com/bootjp/go-kvlib v0.0.0-20240406094546-4db695714980
77 github.com/hashicorp/raft v1.7.3
8- github.com/hashicorp/raft-boltdb v0.0.0-20250926130943-f41fa5f23d89
8+ github.com/hashicorp/raft-boltdb v0.0.0-20251103221153-05f9dd7a5148
99 github.com/redis/go-redis/v9 v9.5.1
1010 github.com/stretchr/testify v1.11.1
1111 github.com/tidwall/redcon v1.6.2
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ github.com/hashicorp/raft-boltdb v0.0.0-20231211162105-6c830fa4535e h1:SK4y8oR4Z
9696github.com/hashicorp/raft-boltdb v0.0.0-20231211162105-6c830fa4535e /go.mod h1:EMz/UIuG93P0MBeHh6CbXQAEe8ckVJLZjhD17lBzK5Q =
9797github.com/hashicorp/raft-boltdb v0.0.0-20250926130943-f41fa5f23d89 h1:ag4+tssV3yio7M69/LGNTUbM4mWNQzONtDBmaLI8xuM =
9898github.com/hashicorp/raft-boltdb v0.0.0-20250926130943-f41fa5f23d89 /go.mod h1:sgCxzMuvQ3huVxgmeDdj73YIMmezWZ40HQu2IPmjJWk =
99+ github.com/hashicorp/raft-boltdb v0.0.0-20251103221153-05f9dd7a5148 h1:tjaIHlfKX22DCCPTx2mK+6N/kTP9DV7B3bxEUyQtjKA =
100+ github.com/hashicorp/raft-boltdb v0.0.0-20251103221153-05f9dd7a5148 /go.mod h1:sgCxzMuvQ3huVxgmeDdj73YIMmezWZ40HQu2IPmjJWk =
99101github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
100102github.com/jpillora/backoff v1.0.0 /go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4 =
101103github.com/json-iterator/go v1.1.6 /go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU =
You can’t perform that action at this time.
0 commit comments