Remove terraform-config-inspect

This commit is contained in:
Alisdair McDiarmid
2023-03-03 22:14:41 -05:00
parent 60ea68edc7
commit 5e83ccc1f9
3 changed files with 5 additions and 21 deletions

View File

@@ -6,11 +6,10 @@ import "runtime/debug"
// "interesting" is intended to mean here. We should keep this set relatively
// small to avoid bloating the logs too much.
var interestingDependencies = map[string]struct{}{
"github.com/hashicorp/hcl/v2": {},
"github.com/zclconf/go-cty": {},
"github.com/hashicorp/go-tfe": {},
"github.com/hashicorp/terraform-config-inspect": {},
"github.com/hashicorp/terraform-svchost": {},
"github.com/hashicorp/hcl/v2": {},
"github.com/zclconf/go-cty": {},
"github.com/hashicorp/go-tfe": {},
"github.com/hashicorp/terraform-svchost": {},
}
// InterestingDependencies returns the compiled-in module version info for