From bf1ef2e0f4a125b5fbf4e01dc55cf181a3b8568e Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Fri, 11 Jun 2021 15:23:58 -0400 Subject: [PATCH] Changed log package Signed-off-by: Levi Harrison --- discovery/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/http/http.go b/discovery/http/http.go index f02caa0f2..a45b1cdc7 100644 --- a/discovery/http/http.go +++ b/discovery/http/http.go @@ -23,7 +23,7 @@ import ( "net/url" "time" - "github.com/go-kit/kit/log" + "github.com/go-kit/log" "github.com/pkg/errors" "github.com/prometheus/common/config" "github.com/prometheus/common/model"