From a01aaeac70e579c56cc5862d4ddf139977c8c1fc Mon Sep 17 00:00:00 2001 From: Steve Strugnell Date: Tue, 11 Jun 2024 20:49:12 +1200 Subject: [PATCH] go mod tidy for changed import --- config/confighttp/go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/config/confighttp/go.mod b/config/confighttp/go.mod index a45afd2c48f..0df43e44bd9 100644 --- a/config/confighttp/go.mod +++ b/config/confighttp/go.mod @@ -46,7 +46,6 @@ require ( github.com/prometheus/common v0.53.0 // indirect github.com/prometheus/procfs v0.15.0 // indirect go.opentelemetry.io/collector/confmap v0.102.1 // indirect - go.opentelemetry.io/collector/extension v0.102.1 // indirect go.opentelemetry.io/collector/featuregate v1.9.0 // indirect go.opentelemetry.io/collector/pdata v1.9.0 // indirect go.opentelemetry.io/otel/exporters/prometheus v0.49.0 // indirect