This commit is contained in:
Adrien Delorme 2019-10-15 11:34:26 +02:00
parent 1158eeb46d
commit 21a0cbffba
8 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,5 @@
//go:generate struct-markdown
package common
import (

View File

@ -1,6 +1,5 @@
//go:generate struct-markdown
package common
import (

View File

@ -1,6 +1,5 @@
//go:generate struct-markdown
package common
import (

View File

@ -1,6 +1,5 @@
//go:generate struct-markdown
package common
import (

View File

@ -1,6 +1,5 @@
//go:generate struct-markdown
package common
import (

View File

@ -5,7 +5,7 @@ import (
"github.com/hashicorp/hcl/v2"
"github.com/zclconf/go-cty/cty"
)
)
type Artifacts map[ArtifactRef]*Artifact

View File

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

View File

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