You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/vendor/github.com/zclconf/go-cty/cty
Brian Goff 1ad87c6ba6 Update go-cty to pull in more stdlib funcs.
I needed "split" specifically so I can do something like:

```hcl
variable PLATFORMS {
  default = "linux/amd64"
}

target foo {
  platforms = split(",", "${PLATFORMS}")
  # other stuff
}
```

Where the existing "csvdecode" does not work for this because it parses
the string into a list of objects instead of a list of strings.

I went ahead and just added all the available new functions.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
5 years ago
..
convert Update go-cty to pull in more stdlib funcs. 5 years ago
function Update go-cty to pull in more stdlib funcs. 5 years ago
gocty Modify parsing functions and config structs to accept hcl changes 5 years ago
json Modify parsing functions and config structs to accept hcl changes 5 years ago
set Upgrade hcl to v2 5 years ago
capsule.go Upgrade hcl to v2 5 years ago
capsule_ops.go Upgrade hcl to v2 5 years ago
collection.go Upgrade hcl to v2 5 years ago
doc.go Upgrade hcl to v2 5 years ago
element_iterator.go Upgrade hcl to v2 5 years ago
error.go Upgrade hcl to v2 5 years ago
gob.go Upgrade hcl to v2 5 years ago
helper.go Upgrade hcl to v2 5 years ago
json.go Upgrade hcl to v2 5 years ago
list_type.go Upgrade hcl to v2 5 years ago
map_type.go Upgrade hcl to v2 5 years ago
marks.go Update go-cty to pull in more stdlib funcs. 5 years ago
null.go Upgrade hcl to v2 5 years ago
object_type.go Upgrade hcl to v2 5 years ago
path.go Update go-cty to pull in more stdlib funcs. 5 years ago
path_set.go Upgrade hcl to v2 5 years ago
primitive_type.go Upgrade hcl to v2 5 years ago
set_helper.go Upgrade hcl to v2 5 years ago
set_internals.go Upgrade hcl to v2 5 years ago
set_type.go Upgrade hcl to v2 5 years ago
tuple_type.go Upgrade hcl to v2 5 years ago
type.go Upgrade hcl to v2 5 years ago
type_conform.go Upgrade hcl to v2 5 years ago
types_to_register.go Upgrade hcl to v2 5 years ago
unknown.go Upgrade hcl to v2 5 years ago
unknown_as_null.go Upgrade hcl to v2 5 years ago
value.go Upgrade hcl to v2 5 years ago
value_init.go Upgrade hcl to v2 5 years ago
value_ops.go Upgrade hcl to v2 5 years ago
walk.go Upgrade hcl to v2 5 years ago