diff --git a/go.mod b/go.mod index faff1bf2..f1212ee2 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/go-cmp v0.3.1 github.com/hashicorp/go-multierror v1.1.0 github.com/hashicorp/go-version v1.2.0 - github.com/hashicorp/hcl-lang v0.0.0-20201106164120-ed150d21ec05 + github.com/hashicorp/hcl-lang v0.0.0-20201109184748-2f1d19ccfc38 github.com/hashicorp/hcl/v2 v2.6.0 github.com/hashicorp/terraform-config-inspect v0.0.0-20201021083235-edf96fe612be github.com/hashicorp/terraform-json v0.6.0 diff --git a/go.sum b/go.sum index f1d1260f..4006933b 100644 --- a/go.sum +++ b/go.sum @@ -30,8 +30,8 @@ github.com/hashicorp/go-version v1.2.0 h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+d github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f h1:UdxlrJz4JOnY8W+DbLISwf2B8WXEolNRA8BGCwI9jws= github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w= -github.com/hashicorp/hcl-lang v0.0.0-20201106164120-ed150d21ec05 h1:ww+H+xN5sPYDje6Dur2ChUSlHhGI6fBiZs/PIWmdplU= -github.com/hashicorp/hcl-lang v0.0.0-20201106164120-ed150d21ec05/go.mod h1:A0mcesqbT4EQkWw/CMBBp8pM5kl8wEekshClBJRGeUw= +github.com/hashicorp/hcl-lang v0.0.0-20201109184748-2f1d19ccfc38 h1:/tHtfcewXGr8rYSthbN3Hd2prUtrogSxCG89eSVfnRY= +github.com/hashicorp/hcl-lang v0.0.0-20201109184748-2f1d19ccfc38/go.mod h1:vd3BPEDWrYMAgAnB0MRlBdZknrpUXf8Jk2PNaHIbwhg= github.com/hashicorp/hcl/v2 v2.0.0/go.mod h1:oVVDG71tEinNGYCxinCYadcmKU9bglqW9pV3txagJ90= github.com/hashicorp/hcl/v2 v2.6.0 h1:3krZOfGY6SziUXa6H9PJU6TyohHn7I+ARYnhbeNBz+o= github.com/hashicorp/hcl/v2 v2.6.0/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY=