From 2801e006090ffbeba4fab2ee4ae9fde5bade0f54 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:13:50 -0700 Subject: [PATCH] Remove use of deprecated confighttp items --- extension/sumologicextension/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/sumologicextension/config.go b/extension/sumologicextension/config.go index 5e0af95c2cfb..5960302859f9 100644 --- a/extension/sumologicextension/config.go +++ b/extension/sumologicextension/config.go @@ -13,7 +13,7 @@ import ( // Config has the configuration for the sumologic extension. type Config struct { // squash ensures fields are correctly decoded in embedded struct. - confighttp.HTTPClientSettings `mapstructure:",squash"` + confighttp.ClientConfig `mapstructure:",squash"` // Credentials contains Installation Token for Sumo Logic service. // Please refer to https://help.sumologic.com/docs/manage/security/installation-tokens