terraform/vendor/github.com/zclconf
Alisdair McDiarmid 1593b8b8e5 vendor: go get github.com/zclconf/go-cty@v1.4.0
This fixes several bugs:

- `substr("abc", 0, 0)` would previously return `"abc"`, despite the
  length argument being `0`. This has been changed to return an empty
  string when length is zero.

- `ceil(1/0)` and `floor(1/0)` would previously return a large integer
  value, rather than infinity. This has been fixed.
2020-04-09 14:19:05 -04:00
..
go-cty vendor: go get github.com/zclconf/go-cty@v1.4.0 2020-04-09 14:19:05 -04:00
go-cty-yaml vendor: upgrade go-cty-yaml dependency 2019-07-30 12:27:49 -04:00