Skip to content

Commit

Permalink
Upgrade storethehash with read-lock fix (#70)
Browse files Browse the repository at this point in the history
Upgrade dependency to sth to deploy fix to locking during gc and bump
version.
  • Loading branch information
masih authored Aug 25, 2022
1 parent afd70dc commit 304789d
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.3.0
github.com/ipfs/go-cid v0.2.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/ipld/go-storethehash v0.2.2
github.com/ipld/go-storethehash v0.2.3
github.com/libp2p/go-libp2p-core v0.16.1
github.com/multiformats/go-multihash v0.1.0
github.com/multiformats/go-varint v0.0.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ github.com/ipfs/go-ipfs-blocksutil v0.0.1 h1:Eh/H4pc1hsvhzsQoMEP3Bke/aW5P5rVM1IW
github.com/ipfs/go-ipfs-util v0.0.2 h1:59Sswnk1MFaiq+VcaknX7aYEyGyGDAA73ilhEK2POp8=
github.com/ipfs/go-log/v2 v2.5.1 h1:1XdUzF7048prq4aBjDQQ4SL5RxftpRGdXhNRwKSAlcY=
github.com/ipfs/go-log/v2 v2.5.1/go.mod h1:prSpmC1Gpllc9UYWxDiZDreBYw7zp4Iqp1kOLU9U5UI=
github.com/ipld/go-storethehash v0.2.2 h1:WiNsUS4sSRf+/zkfdhFGCjpgFuPlsVNq4/JCyW13cUU=
github.com/ipld/go-storethehash v0.2.2/go.mod h1:Gh52e3JFIbzULuRAP6oPBbJ5jJCNlOakihQ5DVtCv14=
github.com/ipld/go-storethehash v0.2.3 h1:wiesOTneiR3t63i6o8+eQC3lu2zhq+XnYoIYff2ihXQ=
github.com/ipld/go-storethehash v0.2.3/go.mod h1:WDeK24//CTUrs4kKxB52qNUf65zCCYHGm3r6fPFKV94=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
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.5.1"
"version": "v0.5.2"
}

0 comments on commit 304789d

Please sign in to comment.