From 1f0875ba68bbf4c2180087b88431733581e32c3c Mon Sep 17 00:00:00 2001 From: Elbaz Date: Sun, 27 Aug 2023 14:46:17 +0300 Subject: [PATCH] move import --- internal/httpclient/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 0237caff32..145cfb1007 100644 --- a/internal/httpclient/client.go +++ b/internal/httpclient/client.go @@ -4,10 +4,10 @@ package httpclient import ( - "github.com/placeholderplaceholderplaceholder/opentf/version" "net/http" cleanhttp "github.com/hashicorp/go-cleanhttp" + "github.com/placeholderplaceholderplaceholder/opentf/version" ) // New returns the DefaultPooledClient from the cleanhttp