add support for dms3 protocol codec
Showing
... | ... | @@ -2,8 +2,8 @@ module gitlab.dms3.io/dms3/go-cidutil |
require ( | ||
github.com/multiformats/go-multibase v0.0.3 | ||
github.com/multiformats/go-multihash v0.0.14 | ||
gitlab.dms3.io/dms3/go-cid v0.0.3 | ||
github.com/multiformats/go-multihash v0.0.15 | ||
gitlab.dms3.io/dms3/go-cid v0.0.6 | ||
) | ||
go 1.15 |
Please register or sign in to comment