From 6a7f86f849d9df17941db409bcd75e651d065265 Mon Sep 17 00:00:00 2001 From: Chris Mark Date: Tue, 16 Jun 2020 13:27:27 +0300 Subject: [PATCH] Fix missing import in cloud foundry input (#19213) Signed-off-by: chrismark --- x-pack/filebeat/input/cloudfoundry/input.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/filebeat/input/cloudfoundry/input.go b/x-pack/filebeat/input/cloudfoundry/input.go index 82bf9d66807..fc38d85fc34 100644 --- a/x-pack/filebeat/input/cloudfoundry/input.go +++ b/x-pack/filebeat/input/cloudfoundry/input.go @@ -9,7 +9,6 @@ import ( "github.com/elastic/beats/v7/filebeat/channel" "github.com/elastic/beats/v7/filebeat/input" - "github.com/elastic/beats/v7/libbeat/beat" "github.com/elastic/beats/v7/libbeat/common" "github.com/elastic/beats/v7/libbeat/common/cfgwarn" "github.com/elastic/beats/v7/libbeat/logp"