mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
41 lines
1.5 KiB
Modula-2
41 lines
1.5 KiB
Modula-2
module github.com/terraform-docs/terraform-docs
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/hashicorp/go-hclog v1.6.1
|
|
github.com/hashicorp/go-plugin v1.6.0
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/hashicorp/hcl/v2 v2.19.1
|
|
github.com/iancoleman/orderedmap v0.3.0
|
|
github.com/imdario/mergo v0.3.16
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.18.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
honnef.co/go/tools v0.3.2
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/zclconf/go-cty v1.14.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
|
|
)
|