From 9d070c037b90e114003f03c937ac18131fb96659 Mon Sep 17 00:00:00 2001 From: Lyas Spiehler Date: Fri, 2 Dec 2022 11:17:27 -0600 Subject: [PATCH] sync with main and removed unused import ioutil Signed-off-by: Lyas Spiehler --- config/http_config.go | 1 - config/http_config_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/config/http_config.go b/config/http_config.go index 5587aac9..366a5c13 100644 --- a/config/http_config.go +++ b/config/http_config.go @@ -21,7 +21,6 @@ import ( "crypto/x509" "encoding/json" "fmt" - "io/ioutil" "net" "net/http" "net/url" diff --git a/config/http_config_test.go b/config/http_config_test.go index 63b9e3e7..89594cd6 100644 --- a/config/http_config_test.go +++ b/config/http_config_test.go @@ -21,7 +21,6 @@ import ( "errors" "fmt" "io" - "io/ioutil" "net" "net/http" "net/http/httptest"