@@ -3,39 +3,38 @@ module github.com/terraform-docs/terraform-docs
3
3
go 1.16
4
4
5
5
require (
6
- github.com/BurntSushi/toml v1.2.0
7
- github.com/Masterminds/sprig/v3 v3.2.2
8
- github.com/hashicorp/go-hclog v1.2.2
9
- github.com/hashicorp/go-plugin v1.5.2
6
+ github.com/BurntSushi/toml v1.3.2
7
+ github.com/Masterminds/sprig/v3 v3.2.3
8
+ github.com/hashicorp/go-hclog v1.6.1
9
+ github.com/hashicorp/go-plugin v1.6.0
10
10
github.com/hashicorp/go-version v1.6.0
11
- github.com/hashicorp/hcl/v2 v2.13.0
12
- github.com/iancoleman/orderedmap v0.2 .0
13
- github.com/imdario/mergo v0.3.13
11
+ github.com/hashicorp/hcl/v2 v2.19.1
12
+ github.com/iancoleman/orderedmap v0.3 .0
13
+ github.com/imdario/mergo v0.3.16
14
14
github.com/mitchellh/go-homedir v1.1.0
15
- github.com/spf13/cobra v1.5 .0
15
+ github.com/spf13/cobra v1.8 .0
16
16
github.com/spf13/pflag v1.0.5
17
- github.com/spf13/viper v1.12 .0
18
- github.com/stretchr/testify v1.8.3
17
+ github.com/spf13/viper v1.18 .0
18
+ github.com/stretchr/testify v1.8.4
19
19
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
20
20
gopkg.in/yaml.v3 v3.0.1
21
21
honnef.co/go/tools v0.3.2
22
- mvdan.cc/xurls/v2 v2.4 .0
22
+ mvdan.cc/xurls/v2 v2.5 .0
23
23
)
24
24
25
25
require (
26
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
26
27
github.com/agext/levenshtein v1.2.3 // indirect
27
- github.com/hashicorp/yamux v0.1.1 // indirect
28
- github.com/huandu/xstrings v1.3.2 // indirect
28
+ github.com/fatih/color v1.16.0 // indirect
29
+ github.com/huandu/xstrings v1.4.0 // indirect
29
30
github.com/mitchellh/copystructure v1.2.0 // indirect
30
31
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
31
32
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
32
33
github.com/oklog/run v1.1.0 // indirect
33
- github.com/pelletier/go-toml/v2 v2.0.2 // indirect
34
34
github.com/shopspring/decimal v1.3.1 // indirect
35
- github.com/subosito/gotenv v1.4.0 // indirect
36
- github.com/zclconf/go-cty v1.10.0 // indirect
35
+ github.com/zclconf/go-cty v1.14.1 // indirect
36
+ go.uber.org/multierr v1.11.0 // indirect
37
+ golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
37
38
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
38
- golang.org/x/net v0.17.0 // indirect
39
- google.golang.org/grpc v1.56.3 // indirect
40
- gopkg.in/ini.v1 v1.66.6 // indirect
39
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
41
40
)
0 commit comments