From 32aa7389ca5cb6deef17a05a36aeac6fbfb0e9cd Mon Sep 17 00:00:00 2001 From: Alex <445306+anorth@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:40:05 +1100 Subject: [PATCH] Upgrade module requirements --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 20bfaf2..cdadd27 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ipfs/go-cid require ( github.com/multiformats/go-multibase v0.0.3 - github.com/multiformats/go-multihash v0.0.15 + github.com/multiformats/go-multihash v0.1.0 github.com/multiformats/go-varint v0.0.6 golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect )