From 40b828c739d242f6dbd7f95a46820557db39fc0a Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Tue, 10 Dec 2024 09:50:58 +0100 Subject: [PATCH] remove unused import Signed-off-by: Florian Bacher --- receiver/k8sobjectsreceiver/unstructured_to_logdata_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/receiver/k8sobjectsreceiver/unstructured_to_logdata_test.go b/receiver/k8sobjectsreceiver/unstructured_to_logdata_test.go index fbafe0131856..bca2ba2554fb 100644 --- a/receiver/k8sobjectsreceiver/unstructured_to_logdata_test.go +++ b/receiver/k8sobjectsreceiver/unstructured_to_logdata_test.go @@ -9,7 +9,6 @@ import ( "time" "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" semconv "go.opentelemetry.io/collector/semconv/v1.27.0" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime/schema"