add support for dms3 protocol codec
Showing
... | ... | @@ -2,12 +2,12 @@ module gitlab.dms3.io/dms3/go-dms3-blockstore |
require ( | ||
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/multiformats/go-multihash v0.0.14 | ||
github.com/multiformats/go-multihash v0.0.15 | ||
gitlab.dms3.io/dms3/bbloom v0.0.2 | ||
gitlab.dms3.io/dms3/go-block-format v0.0.3 | ||
gitlab.dms3.io/dms3/go-cid v0.0.3 | ||
gitlab.dms3.io/dms3/go-block-format v0.0.4 | ||
gitlab.dms3.io/dms3/go-cid v0.0.6 | ||
gitlab.dms3.io/dms3/go-datastore v0.0.2 | ||
gitlab.dms3.io/dms3/go-dms3-ds-help v0.0.3 | ||
gitlab.dms3.io/dms3/go-dms3-ds-help v0.0.4 | ||
gitlab.dms3.io/dms3/go-dms3-util v0.0.2 | ||
gitlab.dms3.io/dms3/go-log v0.0.2 | ||
gitlab.dms3.io/dms3/go-metrics-interface v0.0.2 | ||
... | ... |
Please register or sign in to comment