apply goimports

This commit is contained in:
Moss 2020-06-09 15:29:32 +02:00
parent bfb9df0039
commit 6599e7ab05
1 changed files with 1 additions and 1 deletions

View File

@ -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"