diff --git a/dockertestx/sqs.go b/dockertestx/sqs.go index 29ef538..ff81bb7 100644 --- a/dockertestx/sqs.go +++ b/dockertestx/sqs.go @@ -5,9 +5,7 @@ import ( "fmt" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/aws/aws-sdk-go-v2/service/sqs" - "github.com/ory/dockertest/v3" )