mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Put terraform-docs imports after 3rd-party packages (#264)
This commit is contained in:
@@ -4,11 +4,12 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/segmentio/terraform-docs/internal/format"
|
||||
"github.com/segmentio/terraform-docs/internal/module"
|
||||
"github.com/segmentio/terraform-docs/internal/version"
|
||||
"github.com/segmentio/terraform-docs/pkg/print"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var settings = print.NewSettings()
|
||||
|
||||
@@ -3,8 +3,9 @@ package cmd
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/segmentio/terraform-docs/internal/version"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/segmentio/terraform-docs/internal/version"
|
||||
)
|
||||
|
||||
var versionCmd = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user