mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
20 lines
625 B
Modula-2
20 lines
625 B
Modula-2
module github.com/terraform-docs/terraform-docs
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/hashicorp/go-plugin v1.4.0
|
|
github.com/iancoleman/orderedmap v0.2.0
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/terraform-docs/plugin-sdk v0.1.1-0.20210315210824-bb03f50252e3
|
|
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210126151735-6ef25af8884f
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
honnef.co/go/tools v0.1.2
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|