diff --git a/internal/command/providers.go b/internal/command/providers.go index 25514f542d..c55a91774a 100644 --- a/internal/command/providers.go +++ b/internal/command/providers.go @@ -4,10 +4,11 @@ import ( "fmt" "path/filepath" + "github.com/xlab/treeprint" + "github.com/hashicorp/terraform/internal/configs" "github.com/hashicorp/terraform/internal/getproviders" "github.com/hashicorp/terraform/internal/tfdiags" - "github.com/xlab/treeprint" ) // ProvidersCommand is a Command implementation that prints out information