go.mod: Upgrade to HCL v2.13.0
Showing
+3 -4
... | ... | @@ -45,7 +45,7 @@ require ( |
github.com/hashicorp/go-uuid v1.0.2 | ||
github.com/hashicorp/go-version v1.3.0 | ||
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f | ||
github.com/hashicorp/hcl/v2 v2.12.0 | ||
github.com/hashicorp/hcl/v2 v2.13.0 | ||
github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | ||
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 | ||
github.com/jmespath/go-jmespath v0.4.0 | ||
... | ... |
Please register or sign in to comment