Skip to content

Commit 4552242

Browse files
committed
Update go module dependencies
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 47bb0d2 commit 4552242

File tree

2 files changed

+890
-132
lines changed

2 files changed

+890
-132
lines changed

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,38 @@ module github.com/terraform-docs/terraform-docs
33
go 1.16
44

55
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
1010
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
1414
github.com/mitchellh/go-homedir v1.1.0
15-
github.com/spf13/cobra v1.5.0
15+
github.com/spf13/cobra v1.8.0
1616
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
1919
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
2020
gopkg.in/yaml.v3 v3.0.1
2121
honnef.co/go/tools v0.3.2
22-
mvdan.cc/xurls/v2 v2.4.0
22+
mvdan.cc/xurls/v2 v2.5.0
2323
)
2424

2525
require (
26+
github.com/Masterminds/semver/v3 v3.2.1 // indirect
2627
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
2930
github.com/mitchellh/copystructure v1.2.0 // indirect
3031
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3132
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
3233
github.com/oklog/run v1.1.0 // indirect
33-
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
3434
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
3738
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
4140
)

0 commit comments

Comments
 (0)