Skip to content

Commit 649f1c4

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

File tree

2 files changed

+251
-108
lines changed

2 files changed

+251
-108
lines changed

go.mod

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,43 @@ module github.com/terraform-docs/terraform-docs
33
go 1.16
44

55
require (
6-
github.com/BurntSushi/toml v0.4.1
6+
github.com/BurntSushi/toml v1.2.0
77
github.com/Masterminds/sprig/v3 v3.2.2
8-
github.com/hashicorp/go-hclog v1.0.0
9-
github.com/hashicorp/go-plugin v1.4.3
10-
github.com/hashicorp/go-version v1.4.0
11-
github.com/hashicorp/hcl/v2 v2.11.1
8+
github.com/hashicorp/go-hclog v1.2.2
9+
github.com/hashicorp/go-plugin v1.4.4
10+
github.com/hashicorp/go-version v1.6.0
11+
github.com/hashicorp/hcl/v2 v2.13.0
1212
github.com/iancoleman/orderedmap v0.2.0
13-
github.com/imdario/mergo v0.3.12
13+
github.com/imdario/mergo v0.3.13
1414
github.com/mitchellh/go-homedir v1.1.0
15-
github.com/spf13/cobra v1.3.0
15+
github.com/spf13/cobra v1.5.0
1616
github.com/spf13/pflag v1.0.5
17-
github.com/spf13/viper v1.10.1
18-
github.com/stretchr/testify v1.7.0
17+
github.com/spf13/viper v1.12.0
18+
github.com/stretchr/testify v1.8.0
1919
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
20-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
21-
honnef.co/go/tools v0.2.0
22-
mvdan.cc/xurls/v2 v2.3.0
20+
gopkg.in/yaml.v3 v3.0.1
21+
honnef.co/go/tools v0.3.2
22+
mvdan.cc/xurls/v2 v2.4.0
23+
)
24+
25+
require (
26+
github.com/agext/levenshtein v1.2.3 // indirect
27+
github.com/google/uuid v1.3.0 // indirect
28+
github.com/hashicorp/yamux v0.1.1 // indirect
29+
github.com/huandu/xstrings v1.3.2 // indirect
30+
github.com/mitchellh/copystructure v1.2.0 // indirect
31+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
32+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
33+
github.com/oklog/run v1.1.0 // indirect
34+
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
35+
github.com/shopspring/decimal v1.3.1 // indirect
36+
github.com/spf13/afero v1.9.2 // indirect
37+
github.com/subosito/gotenv v1.4.0 // indirect
38+
github.com/zclconf/go-cty v1.10.0 // indirect
39+
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
40+
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
41+
golang.org/x/net v0.0.0-20220725212005-46097bf591d3 // indirect
42+
golang.org/x/tools v0.1.11 // indirect
43+
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
44+
gopkg.in/ini.v1 v1.66.6 // indirect
2345
)

0 commit comments

Comments
 (0)