From 06959f721c7cfabcc638253b8382a499c5d157b0 Mon Sep 17 00:00:00 2001 From: Victor Moraes Date: Mon, 5 Feb 2024 20:10:03 -0300 Subject: [PATCH] Fix imports --- aws/repository.go | 1 + aws/scanner_test.go | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/aws/repository.go b/aws/repository.go index ff877c5..d67634a 100644 --- a/aws/repository.go +++ b/aws/repository.go @@ -6,6 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" rdsTypes "github.com/aws/aws-sdk-go-v2/service/rds/types" redshiftTypes "github.com/aws/aws-sdk-go-v2/service/redshift/types" + "github.com/cyralinc/dmap/scan" ) diff --git a/aws/scanner_test.go b/aws/scanner_test.go index 538aa64..7dea01d 100644 --- a/aws/scanner_test.go +++ b/aws/scanner_test.go @@ -7,11 +7,8 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/dynamodb/types" - - // ddbTypes "github.com/aws/aws-sdk-go-v2/service/dynamodb/types" rdsTypes "github.com/aws/aws-sdk-go-v2/service/rds/types" redshiftTypes "github.com/aws/aws-sdk-go-v2/service/redshift/types" - "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite"