terraform/vendor/github.com/zclconf/go-cty/cty/function
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
..
stdlib vendor: go get github.com/zclconf/go-cty@v1.4.0 2020-04-09 14:19:05 -04:00
argument.go vendor: go get github.com/hashicorp/hcl/v2@v2.3.0 2020-01-10 15:23:25 -08:00
doc.go vendor: update hcl2 and cty 2018-03-08 11:10:34 -08:00
error.go govendor fetch github.com/hashicorp/hcl2/... 2017-10-03 17:47:01 -07:00
function.go vendor: go get github.com/hashicorp/hcl/v2@v2.3.0 2020-01-10 15:23:25 -08:00
unpredictable.go vendor: update hcl2 and cty 2018-03-08 11:10:34 -08:00