diff --git a/x-pack/filebeat/input/awscloudwatch/cloudwatch_test.go b/x-pack/filebeat/input/awscloudwatch/cloudwatch_test.go index e2af3c8d022c..2f8198c021dd 100644 --- a/x-pack/filebeat/input/awscloudwatch/cloudwatch_test.go +++ b/x-pack/filebeat/input/awscloudwatch/cloudwatch_test.go @@ -9,8 +9,9 @@ import ( "testing" "time" - "github.com/elastic/elastic-agent-libs/logp" "github.com/stretchr/testify/assert" + + "github.com/elastic/elastic-agent-libs/logp" ) type clock struct {