mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
goimports on providers.go only
This commit is contained in:
parent
e029e7b699
commit
1ad649c446
@ -4,10 +4,11 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
|
"github.com/xlab/treeprint"
|
||||||
|
|
||||||
"github.com/hashicorp/terraform/internal/configs"
|
"github.com/hashicorp/terraform/internal/configs"
|
||||||
"github.com/hashicorp/terraform/internal/getproviders"
|
"github.com/hashicorp/terraform/internal/getproviders"
|
||||||
"github.com/hashicorp/terraform/internal/tfdiags"
|
"github.com/hashicorp/terraform/internal/tfdiags"
|
||||||
"github.com/xlab/treeprint"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// ProvidersCommand is a Command implementation that prints out information
|
// ProvidersCommand is a Command implementation that prints out information
|
||||||
|
Loading…
Reference in New Issue
Block a user