From df69bcbeb0ebdb20845cdeeb87a4dc98b038f7eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 20 Feb 2019 20:38:54 -0500 Subject: [PATCH] Update dependency com_github_multiformats_go_multihash to v1.0.10 (#1669) --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 0a828db5a7..c3bf7bde33 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -212,7 +212,7 @@ go_repository( go_repository( name = "com_github_multiformats_go_multihash", importpath = "github.com/multiformats/go-multihash", - tag = "v1.0.8", + tag = "v1.0.10", ) go_repository(