name unclear import

This commit is contained in:
Adrien Delorme 2019-01-25 12:59:43 +01:00
parent 2b63569ce9
commit 0864b4d07b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/ec2/ec2iface"
"github.com/hashicorp/go-cleanhttp"
cleanhttp "github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/packer/template/interpolate"
)