diff --git a/cli/reporter/aws_sqs_handler.go b/cli/reporter/aws_sqs_handler.go index 89338b2f..920f013f 100644 --- a/cli/reporter/aws_sqs_handler.go +++ b/cli/reporter/aws_sqs_handler.go @@ -45,7 +45,6 @@ func (h *awsSqsHandler) WriteReport(ctx context.Context, report *policy.ReportCo return nil } - func (h *awsSqsHandler) convertReport(report *policy.ReportCollection) ([]byte, error) { switch h.format { case YAML: diff --git a/cli/reporter/file_handler.go b/cli/reporter/file_handler.go index 322ef057..43fc07ee 100644 --- a/cli/reporter/file_handler.go +++ b/cli/reporter/file_handler.go @@ -9,7 +9,6 @@ import ( "github.com/rs/zerolog/log" "go.mondoo.com/cnspec/v9/policy" - _ "gocloud.dev/pubsub/awssnssqs" ) type localFileHandler struct {