Use upstreamed HCL typexpr package
The 2.14.0 release of HCL includes the typeexpr changes we tested here, so now we can revert to using the HCL package and remove our fork.
Showing
+4 -2169
... | ... | @@ -42,7 +42,7 @@ require ( |
github.com/hashicorp/go-uuid v1.0.3 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f | ||
github.com/hashicorp/hcl/v2 v2.13.0 | ||
github.com/hashicorp/hcl/v2 v2.14.0 | ||
github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | ||
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c | ||
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 | ||
... | ... |
internal/typeexpr/defaults.go
deleted
100644 → 0
internal/typeexpr/defaults_test.go
deleted
100644 → 0
internal/typeexpr/doc.go
deleted
100644 → 0
internal/typeexpr/get_type.go
deleted
100644 → 0
internal/typeexpr/get_type_test.go
deleted
100644 → 0
internal/typeexpr/public.go
deleted
100644 → 0
internal/typeexpr/type_type.go
deleted
100644 → 0
internal/typeexpr/type_type_test.go
deleted
100644 → 0