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/convert
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
..
compare_types.go Upgrade hcl to v2 5 years ago
conversion.go Update go-cty to pull in more stdlib funcs. 5 years ago
conversion_capsule.go Upgrade hcl to v2 5 years ago
conversion_collection.go Update go-cty to pull in more stdlib funcs. 5 years ago
conversion_dynamic.go Upgrade hcl to v2 5 years ago
conversion_object.go Upgrade hcl to v2 5 years ago
conversion_primitive.go Upgrade hcl to v2 5 years ago
conversion_tuple.go Upgrade hcl to v2 5 years ago
doc.go Upgrade hcl to v2 5 years ago
mismatch_msg.go Upgrade hcl to v2 5 years ago
public.go Upgrade hcl to v2 5 years ago
sort_types.go Upgrade hcl to v2 5 years ago
unify.go Update go-cty to pull in more stdlib funcs. 5 years ago