From 1be5c0793dfacbc5afee76316dd141623a6f76ac Mon Sep 17 00:00:00 2001 From: Alvaro Cabanas Date: Wed, 21 Feb 2024 15:42:01 +0100 Subject: [PATCH] Fix issue with dependencies (#1819) --- pkg/integrations/v4/manager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/integrations/v4/manager.go b/pkg/integrations/v4/manager.go index cec9e5392..2a5078608 100644 --- a/pkg/integrations/v4/manager.go +++ b/pkg/integrations/v4/manager.go @@ -11,8 +11,6 @@ import ( "strings" "sync" - "github.com/newrelic/infrastructure-agent/pkg/entity/host" - "github.com/newrelic/infrastructure-agent/internal/integrations/v4/constants" "github.com/newrelic/infrastructure-agent/pkg/entity/host" "github.com/newrelic/infrastructure-agent/pkg/integrations/cmdrequest"