Skip to content

Commit 351004c

Browse files
committed
go mod tidy
1 parent c923888 commit 351004c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
github.com/filecoin-project/go-jsonrpc v0.10.0
1717
github.com/go-kit/kit v0.13.0
1818
github.com/goccy/go-yaml v1.19.0
19+
github.com/hashicorp/golang-lru/v2 v2.0.7
1920
github.com/hashicorp/raft v1.7.3
2021
github.com/hashicorp/raft-boltdb v0.0.0-20251103221153-05f9dd7a5148
2122
github.com/ipfs/go-datastore v0.9.0
@@ -78,7 +79,6 @@ require (
7879
github.com/hashicorp/go-msgpack v0.5.5 // indirect
7980
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
8081
github.com/hashicorp/golang-lru v1.0.2 // indirect
81-
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
8282
github.com/huin/goupnp v1.3.0 // indirect
8383
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8484
github.com/ipfs/boxo v0.35.2 // indirect

0 commit comments

Comments
 (0)