From 1411efc0b0fbd53c774e7cbc184dd26bbb3a224d Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Thu, 10 Jan 2019 21:31:11 +0100 Subject: [PATCH] Bubble go-ipfs-cmds 2.0.10 License: MIT Signed-off-by: Hector Sanjuan This commit was moved from ipfs/kubo@ab270fbaa7d8e7bb13c14792b68f25496a0aadc0 --- gateway/core/corehttp/commands.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway/core/corehttp/commands.go b/gateway/core/corehttp/commands.go index 537e982de..67c431f9d 100644 --- a/gateway/core/corehttp/commands.go +++ b/gateway/core/corehttp/commands.go @@ -15,8 +15,8 @@ import ( corecommands "github.com/ipfs/go-ipfs/core/commands" path "gx/ipfs/QmNYPETsdAu2uQ1k9q9S1jYEGURaLHV6cbYRSVFVRftpF8/go-path" - cmds "gx/ipfs/QmaAP56JAwdjwisPTu4yx17whcjTr6y5JCSCF77Y1rahWV/go-ipfs-cmds" - cmdsHttp "gx/ipfs/QmaAP56JAwdjwisPTu4yx17whcjTr6y5JCSCF77Y1rahWV/go-ipfs-cmds/http" + cmds "gx/ipfs/QmWGm4AbZEbnmdgVTza52MSNpEmBdFVqzmAysRbjrRyGbH/go-ipfs-cmds" + cmdsHttp "gx/ipfs/QmWGm4AbZEbnmdgVTza52MSNpEmBdFVqzmAysRbjrRyGbH/go-ipfs-cmds/http" config "gx/ipfs/QmcRKBUqc2p3L1ZraoJjbXfs9E6xzvEuyK9iypb5RGwfsr/go-ipfs-config" )