Skip to content

Commit

Permalink
Update storethehash to get index recovery fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Apr 20, 2022
1 parent 7ffd773 commit a8aaa1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gammazero/radixtree v0.2.5
github.com/ipfs/go-cid v0.1.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/ipld/go-storethehash v0.1.4
github.com/ipld/go-storethehash v0.1.5
github.com/libp2p/go-libp2p-core v0.14.0
github.com/multiformats/go-multihash v0.1.0
go.opencensus.io v0.23.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ github.com/ipld/go-car v0.1.0 h1:AaIEA5ITRnFA68uMyuIPYGM2XXllxsu8sNjFJP797us=
github.com/ipld/go-car v0.1.0/go.mod h1:RCWzaUh2i4mOEkB3W45Vc+9jnS/M6Qay5ooytiBHl3g=
github.com/ipld/go-ipld-prime v0.0.2-0.20191108012745-28a82f04c785/go.mod h1:bDDSvVz7vaK12FNvMeRYnpRFkSUPNQOiCYQezMD/P3w=
github.com/ipld/go-ipld-prime-proto v0.0.0-20191113031812-e32bd156a1e5/go.mod h1:gcvzoEDBjwycpXt3LBE061wT9f46szXGHAmj9uoP6fU=
github.com/ipld/go-storethehash v0.1.4 h1:U+GcNgT1/yQBqsQ3FfFkXp2gWq5IdL4OlspZeCYXRSQ=
github.com/ipld/go-storethehash v0.1.4/go.mod h1:WJ8RJptWUJTVFQ2TtRdNVi3iQnOm6LXjqQF3wPr3ta8=
github.com/ipld/go-storethehash v0.1.5 h1:ccdqepFiu/ek4wc1eplUcXsV7pnOQ1hup7Jp5IDQbFM=
github.com/ipld/go-storethehash v0.1.5/go.mod h1:WJ8RJptWUJTVFQ2TtRdNVi3iQnOm6LXjqQF3wPr3ta8=
github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQetPfnjA=
github.com/jackpal/go-nat-pmp v1.0.1/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec/go.mod h1:rGaEvXB4uRSZMmzKNLoXvTu1sfx+1kv/DojUlPrSZGs=
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.2.14"
"version": "v0.2.15"
}

0 comments on commit a8aaa1e

Please sign in to comment.