Skip to content

Commit 209ed66

Browse files
committed
Upgrade go dependencies
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 11d71ee commit 209ed66

File tree

2 files changed

+381
-115
lines changed

2 files changed

+381
-115
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.16
44

55
require (
66
github.com/BurntSushi/toml v0.3.1
7-
github.com/hashicorp/go-plugin v1.4.0
7+
github.com/hashicorp/go-plugin v1.4.2
88
github.com/hashicorp/go-version v1.3.0
9-
github.com/hashicorp/hcl/v2 v2.0.0
9+
github.com/hashicorp/hcl/v2 v2.10.1
1010
github.com/iancoleman/orderedmap v0.2.0
11-
github.com/imdario/mergo v0.3.11
11+
github.com/imdario/mergo v0.3.12
1212
github.com/mitchellh/go-homedir v1.1.0
13-
github.com/spf13/cobra v1.1.3
13+
github.com/spf13/cobra v1.2.1
1414
github.com/spf13/pflag v1.0.5
15-
github.com/spf13/viper v1.7.1
15+
github.com/spf13/viper v1.8.1
1616
github.com/stretchr/testify v1.7.0
1717
github.com/terraform-docs/plugin-sdk v0.3.1-0.20210512170044-49b620c0a2da
1818
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
1919
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
20-
honnef.co/go/tools v0.1.2
21-
mvdan.cc/xurls/v2 v2.2.0
20+
honnef.co/go/tools v0.2.0
21+
mvdan.cc/xurls/v2 v2.3.0
2222
)

0 commit comments

Comments
 (0)