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"