mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Remove terraform-config-inspect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user