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>
2020-05-07 16:05:17 -07:00
..
2020-04-28 22:07:52 -04:00
2019-03-22 16:27:37 -07:00
2019-03-22 16:27:37 -07:00
2019-03-22 16:27:37 -07:00
2019-03-23 23:11:26 -07:00
2019-11-21 10:30:39 +09:00
2019-03-22 16:27:37 -07:00
2019-03-22 16:27:37 -07:00
2020-04-28 22:07:52 -04:00
2019-03-22 16:27:37 -07:00
2019-03-22 16:27:37 -07:00
2019-11-21 10:30:39 +09:00
2019-12-11 14:35:32 +01:00