This repository was archived by the owner on Jun 19, 2023. It is now read-only.
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 11module github.com/ipfs/go-ipfs-blockstore
22
33require (
4- github.com/hashicorp/golang-lru v0.5.3
4+ github.com/hashicorp/golang-lru v0.5.4
55 github.com/ipfs/bbloom v0.0.4
66 github.com/ipfs/go-block-format v0.0.2
77 github.com/ipfs/go-cid v0.0.4
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/gxed/hashland/murmur3 v0.0.1 h1:SheiaIt0sda5K+8FLz952/1iWS9zrnKsEJaOJ
1212github.com/gxed/hashland/murmur3 v0.0.1 /go.mod h1:KjXop02n4/ckmZSnY2+HKcLud/tcmvhST0bie/0lS48 =
1313github.com/hashicorp/golang-lru v0.5.3 h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk =
1414github.com/hashicorp/golang-lru v0.5.3 /go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4 =
15+ github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc =
16+ github.com/hashicorp/golang-lru v0.5.4 /go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4 =
1517github.com/ipfs/bbloom v0.0.4 h1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs =
1618github.com/ipfs/bbloom v0.0.4 /go.mod h1:cS9YprKXpoZ9lT0n/Mw/a6/aFV6DTjTLYHeA+gyqMG0 =
1719github.com/ipfs/go-block-format v0.0.2 h1:qPDvcP19izTjU8rgo6p7gTXZlkMkF5bz5G3fqIsSCPE =
You can’t perform that action at this time.
0 commit comments