terraform/vendor/github.com/zclconf/go-cty/cty/function/stdlib
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
..
bool.go vendor: go get github.com/hashicorp/hcl/v2@v2.3.0 2020-01-10 15:23:25 -08:00
bytes.go govendor fetch github.com/hashicorp/hcl2/... 2017-10-03 17:47:01 -07:00
collection.go update cty 2020-03-03 15:20:11 -05:00
conversion.go update cty 2020-03-03 15:20:11 -05:00
csv.go vendor: update hcl2 and cty 2018-03-08 11:10:34 -08:00
datetime.go update cty 2020-03-03 15:20:11 -05:00
doc.go govendor fetch github.com/hashicorp/hcl2/... 2017-10-03 17:47:01 -07:00
format.go vendor: go get github.com/zclconf/go-cty@v1.4.0 2020-04-09 14:19:05 -04:00
format_fsm.go vendor: upgrade github.com/zclconf/go-cty 2018-12-18 17:29:09 -08:00
format_fsm.rl vendor: upgrade github.com/zclconf/go-cty 2018-12-18 17:29:09 -08:00
general.go govendor fetch github.com/hashicorp/hcl2/... 2017-10-03 17:47:01 -07:00
json.go vendor: update hcl2 and cty 2018-03-08 11:10:34 -08:00
number.go vendor: go get github.com/zclconf/go-cty@v1.4.0 2020-04-09 14:19:05 -04:00
regexp.go vendor: github.com/golang/mock@v1.3.1 2019-05-27 12:22:03 +01:00
sequence.go update go-cty 2019-05-16 16:43:28 -04:00
set.go vendor: update hcl2 and cty 2018-03-08 11:10:34 -08:00
string.go vendor: go get github.com/zclconf/go-cty@v1.4.0 2020-04-09 14:19:05 -04:00
string_replace.go vendor: go get github.com/zclconf/go-cty@v1.4.0 2020-04-09 14:19:05 -04:00