terraform/vendor
Martin Atkins 63fa1ac418 vendor: go get github.com/hashicorp/hcl2@master
This includes a small fix to ensure the parser doesn't produce an invalid
body for block parsing syntax errors, and instead produces an incomplete
result that calling applications like Terraform can still analyze.

The problem here was affecting our version-constraint-sniffing code, which
intentionally tried to find a core version constraint even if there's a
syntax error so that it can report that a new version of Terraform is a
likely cause of the syntax error. It was working in most cases, unless
it was the "terraform" block itself that contained the error, because then
we'd try to analyze a broken hcl.Block with a nil body.

This includes a new test for "terraform init" that exercises this
recovery codepath.
2019-05-14 15:37:46 -07:00
..
cloud.google.com/go vendor: cloud.google.com/go@v0.36.0 2019-02-20 18:57:56 +00:00
github.com vendor: go get github.com/hashicorp/hcl2@master 2019-05-14 15:37:46 -07:00
go.opencensus.io vendor: cloud.google.com/go@v0.36.0 2019-02-20 18:57:56 +00:00
golang.org/x go get github.com/hashicorp/hcl2@master 2019-05-03 15:29:40 -07:00
google.golang.org vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
gopkg.in/yaml.v2 backend/s3: Switch from github.com/terraform-providers/terraform-provider-aws to github.com/hashicorp/aws-sdk-go-base 2019-02-18 02:30:30 -05:00
modules.txt vendor: go get github.com/hashicorp/hcl2@master 2019-05-14 15:37:46 -07:00