From 28c720bd3acb8fd5071c71d094aa15b5803c8ac2 Mon Sep 17 00:00:00 2001 From: Moss Date: Mon, 2 Dec 2019 10:17:36 +0100 Subject: [PATCH] Organize imports --- builder/amazon/common/step_iam_instance_profile.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/builder/amazon/common/step_iam_instance_profile.go b/builder/amazon/common/step_iam_instance_profile.go index 634958870..5e097b273 100644 --- a/builder/amazon/common/step_iam_instance_profile.go +++ b/builder/amazon/common/step_iam_instance_profile.go @@ -5,10 +5,9 @@ import ( "fmt" "log" - "github.com/aws/aws-sdk-go/aws" - "encoding/json" + "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/iam" "github.com/hashicorp/packer/common/uuid" "github.com/hashicorp/packer/helper/multistep"