File tree Expand file tree Collapse file tree 2 files changed +381
-115
lines changed Expand file tree Collapse file tree 2 files changed +381
-115
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ go 1.16
4
4
5
5
require (
6
6
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
8
8
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
10
10
github.com/iancoleman/orderedmap v0.2.0
11
- github.com/imdario/mergo v0.3.11
11
+ github.com/imdario/mergo v0.3.12
12
12
github.com/mitchellh/go-homedir v1.1.0
13
- github.com/spf13/cobra v1.1.3
13
+ github.com/spf13/cobra v1.2.1
14
14
github.com/spf13/pflag v1.0.5
15
- github.com/spf13/viper v1.7 .1
15
+ github.com/spf13/viper v1.8 .1
16
16
github.com/stretchr/testify v1.7.0
17
17
github.com/terraform-docs/plugin-sdk v0.3.1-0.20210512170044-49b620c0a2da
18
18
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
19
19
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
22
22
)
You can’t perform that action at this time.
0 commit comments