Move format package from internal to public

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-09-28 14:18:20 -04:00
parent ca8f8333d4
commit 90942f73b8
248 changed files with 62 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
"github.com/terraform-docs/terraform-docs/cmd"
"github.com/terraform-docs/terraform-docs/internal/format"
"github.com/terraform-docs/terraform-docs/format"
"github.com/terraform-docs/terraform-docs/internal/print"
"github.com/terraform-docs/terraform-docs/terraform"
)