mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
19 lines
520 B
Modula-2
19 lines
520 B
Modula-2
module github.com/terraform-docs/terraform-docs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/go-test/deep v1.0.7
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/hashicorp/hcl/v2 v2.7.0
|
|
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/spf13/cobra v1.1.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/zclconf/go-cty v1.6.1
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|