|
|
@ -7,6 +7,7 @@ import (
|
|
|
|
"strconv"
|
|
|
|
"strconv"
|
|
|
|
"strings"
|
|
|
|
"strings"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/docker/buildx/util/userfunc"
|
|
|
|
"github.com/hashicorp/go-cty-funcs/cidr"
|
|
|
|
"github.com/hashicorp/go-cty-funcs/cidr"
|
|
|
|
"github.com/hashicorp/go-cty-funcs/crypto"
|
|
|
|
"github.com/hashicorp/go-cty-funcs/crypto"
|
|
|
|
"github.com/hashicorp/go-cty-funcs/encoding"
|
|
|
|
"github.com/hashicorp/go-cty-funcs/encoding"
|
|
|
@ -14,7 +15,6 @@ import (
|
|
|
|
hcl "github.com/hashicorp/hcl/v2"
|
|
|
|
hcl "github.com/hashicorp/hcl/v2"
|
|
|
|
"github.com/hashicorp/hcl/v2/ext/tryfunc"
|
|
|
|
"github.com/hashicorp/hcl/v2/ext/tryfunc"
|
|
|
|
"github.com/hashicorp/hcl/v2/ext/typeexpr"
|
|
|
|
"github.com/hashicorp/hcl/v2/ext/typeexpr"
|
|
|
|
"github.com/hashicorp/hcl/v2/ext/userfunc"
|
|
|
|
|
|
|
|
"github.com/hashicorp/hcl/v2/gohcl"
|
|
|
|
"github.com/hashicorp/hcl/v2/gohcl"
|
|
|
|
"github.com/hashicorp/hcl/v2/hclsyntax"
|
|
|
|
"github.com/hashicorp/hcl/v2/hclsyntax"
|
|
|
|
hcljson "github.com/hashicorp/hcl/v2/json"
|
|
|
|
hcljson "github.com/hashicorp/hcl/v2/json"
|
|
|
|