@@ -6,7 +6,7 @@ require (
6
6
github.com/hashicorp/terraform-plugin-docs v0.8.1
7
7
github.com/hashicorp/terraform-plugin-framework v0.8.0
8
8
github.com/hashicorp/terraform-plugin-go v0.9.1
9
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
9
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
10
10
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
11
11
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
12
12
)
@@ -16,7 +16,6 @@ require (
16
16
github.com/Masterminds/semver/v3 v3.1.1 // indirect
17
17
github.com/Masterminds/sprig/v3 v3.2.0 // indirect
18
18
github.com/agext/levenshtein v1.2.2 // indirect
19
- github.com/apparentlymart/go-textseg v1.0.0 // indirect
20
19
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
21
20
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
22
21
github.com/bgentry/speakeasy v0.1.0 // indirect
@@ -35,7 +34,7 @@ require (
35
34
github.com/hashicorp/go-uuid v1.0.3 // indirect
36
35
github.com/hashicorp/go-version v1.4.0 // indirect
37
36
github.com/hashicorp/hc-install v0.3.2 // indirect
38
- github.com/hashicorp/hcl/v2 v2.3 .0 // indirect
37
+ github.com/hashicorp/hcl/v2 v2.12 .0 // indirect
39
38
github.com/hashicorp/logutils v1.0.0 // indirect
40
39
github.com/hashicorp/terraform-exec v0.16.1 // indirect
41
40
github.com/hashicorp/terraform-json v0.13.0 // indirect
@@ -51,7 +50,7 @@ require (
51
50
github.com/mitchellh/copystructure v1.2.0 // indirect
52
51
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
53
52
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
54
- github.com/mitchellh/mapstructure v1.1.2 // indirect
53
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
55
54
github.com/mitchellh/reflectwalk v1.0.2 // indirect
56
55
github.com/oklog/run v1.0.0 // indirect
57
56
github.com/posener/complete v1.1.1 // indirect
0 commit comments