From 6599e7ab05f5aa754ddbb1d8e77d9b464af499fe Mon Sep 17 00:00:00 2001 From: Moss Date: Tue, 9 Jun 2020 15:29:32 +0200 Subject: [PATCH] apply goimports --- hcl2template/types.packer_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl2template/types.packer_config.go b/hcl2template/types.packer_config.go index 6fdc9ce3d..9a999a62b 100644 --- a/hcl2template/types.packer_config.go +++ b/hcl2template/types.packer_config.go @@ -2,9 +2,9 @@ package hcl2template import ( "fmt" - "github.com/gobwas/glob" "strings" + "github.com/gobwas/glob" "github.com/hashicorp/hcl/v2" "github.com/hashicorp/hcl/v2/hclsyntax" "github.com/hashicorp/packer/helper/common"