Merge pull request #202 from ipfs/dependabot/go_modules/github.com/ipfs/go-datastore-0.1.0
chore(deps): bump github.com/ipfs/go-datastore from 0.0.5 to 0.1.0
Showing
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/google/uuid v1.1.1 | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
github.com/ipfs/go-datastore v0.1.0 | ||
github.com/ipfs/go-detect-race v0.0.1 | ||
github.com/ipfs/go-ipfs-blockstore v0.0.1 | ||
github.com/ipfs/go-ipfs-blocksutil v0.0.1 | ||
... | ... |
... | ... | @@ -69,6 +69,8 @@ github.com/ipfs/go-datastore v0.0.1 h1:AW/KZCScnBWlSb5JbnEnLKFWXL224LBEh/9KXXOrU |
github.com/ipfs/go-datastore v0.0.1/go.mod h1:d4KVXhMt913cLBEI/PXAy6ko+W7e9AhyAKBGh803qeE= | ||
github.com/ipfs/go-datastore v0.0.5 h1:q3OfiOZV5rlsK1H5V8benjeUApRfMGs4Mrhmr6NriQo= | ||
github.com/ipfs/go-datastore v0.0.5/go.mod h1:d4KVXhMt913cLBEI/PXAy6ko+W7e9AhyAKBGh803qeE= | ||
github.com/ipfs/go-datastore v0.1.0 h1:TOxI04l8CmO4zGtesENhzm4PwkFwJXY3rKiYaaMf9fI= | ||
github.com/ipfs/go-datastore v0.1.0/go.mod h1:d4KVXhMt913cLBEI/PXAy6ko+W7e9AhyAKBGh803qeE= | ||
github.com/ipfs/go-detect-race v0.0.1 h1:qX/xay2W3E4Q1U7d9lNs1sU9nvguX0a7319XbyQ6cOk= | ||
github.com/ipfs/go-detect-race v0.0.1/go.mod h1:8BNT7shDZPo99Q74BpGMK+4D8Mn4j46UU0LZ723meps= | ||
github.com/ipfs/go-ds-badger v0.0.2/go.mod h1:Y3QpeSFWQf6MopLTiZD+VT6IC1yZqaGmjvRcKeSGij8= | ||
... | ... |
Please register or sign in to comment