mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Originally pkg/tfconf was set to be public to be used by plugin developers, but these structs have to be defined by plugin-sdk and as such it's moved to internal/terraform to be only used by terraform-docs core project. Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
16 lines
444 B
Modula-2
16 lines
444 B
Modula-2
module github.com/terraform-docs/terraform-docs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/iancoleman/orderedmap v0.1.0
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210126151735-6ef25af8884f
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|