diff --git a/discovery/aws/ec2_test.go b/discovery/aws/ec2_test.go index 6845af8b89..0dc389fe74 100644 --- a/discovery/aws/ec2_test.go +++ b/discovery/aws/ec2_test.go @@ -20,9 +20,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/ec2" - ec2Types "github.com/aws/aws-sdk-go-v2/service/ec2/types" - "github.com/prometheus/common/model" "github.com/stretchr/testify/require" "go.uber.org/goleak"