Skip to content

Commit

Permalink
Merge pull request eksctl-io#849 from wongma7/fiximport
Browse files Browse the repository at this point in the history
Fix missing import
  • Loading branch information
AndyXiangLi committed Apr 23, 2021
2 parents 57e57bb + 7275e16 commit aa4427a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ec2"
dm "github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/cloud/devicemanager"
Expand Down

0 comments on commit aa4427a

Please sign in to comment.