fmt
This commit is contained in:
parent
1158eeb46d
commit
21a0cbffba
|
@ -1,6 +1,5 @@
|
|||
//go:generate struct-markdown
|
||||
|
||||
|
||||
package common
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
//go:generate struct-markdown
|
||||
|
||||
|
||||
package common
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
//go:generate struct-markdown
|
||||
|
||||
|
||||
package common
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
//go:generate struct-markdown
|
||||
|
||||
|
||||
package common
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
//go:generate struct-markdown
|
||||
|
||||
|
||||
package common
|
||||
|
||||
import (
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/hcl/v2"
|
||||
"github.com/zclconf/go-cty/cty"
|
||||
)
|
||||
)
|
||||
|
||||
type Artifacts map[ArtifactRef]*Artifact
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ package hcl2template
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/hashicorp/hcl/v2/gohcl"
|
||||
"github.com/hashicorp/hcl/v2"
|
||||
"github.com/hashicorp/hcl/v2/gohcl"
|
||||
"github.com/hashicorp/hcl/v2/hclsyntax"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package hcl2template
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/hcl/v2/gohcl"
|
||||
"github.com/hashicorp/hcl/v2"
|
||||
"github.com/hashicorp/hcl/v2/gohcl"
|
||||
"github.com/hashicorp/packer/template"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue