From 96bcd7e70f7d243439f65b6185533236978e22c0 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 15 Aug 2022 16:46:59 +0200 Subject: [PATCH] fix: kubo namings --- core/corehttp/gateway_handler_tar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/corehttp/gateway_handler_tar.go b/core/corehttp/gateway_handler_tar.go index bbf60cefeda..acfa5effc26 100644 --- a/core/corehttp/gateway_handler_tar.go +++ b/core/corehttp/gateway_handler_tar.go @@ -7,8 +7,8 @@ import ( "time" files "github.com/ipfs/go-ipfs-files" - "github.com/ipfs/go-ipfs/tracing" ipath "github.com/ipfs/interface-go-ipfs-core/path" + "github.com/ipfs/kubo/tracing" "go.opentelemetry.io/otel/attribute" "go.opentelemetry.io/otel/trace" "go.uber.org/zap"