Files
terraform-docs/go.mod
Khosrow Moossavi b397b7d46b feat: Add support for TOML renderer (#197)
* Add support for TOML renderer

* Add kind:formatter to toml command

* update docs

* adjust tests after merge

* fix after merge

* adjust tests after merge

* update docs

* remove vendor leftovers

* update doc

* update tests
2020-05-14 12:41:21 -04:00

18 lines
483 B
Modula-2

module github.com/segmentio/terraform-docs
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/go-test/deep v1.0.6
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.5.1
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
github.com/imdario/mergo v0.3.9
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
github.com/zclconf/go-cty v1.4.0
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
mvdan.cc/xurls/v2 v2.2.0
)