Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 4bfe84e

Browse files
committed
Update terraform-plugin-sdk
1 parent 40a6782 commit 4bfe84e

File tree

2 files changed

+10
-288
lines changed

2 files changed

+10
-288
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/hashicorp/terraform-plugin-docs v0.8.1
77
github.com/hashicorp/terraform-plugin-framework v0.8.0
88
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
1010
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
1111
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
1212
)
@@ -16,7 +16,6 @@ require (
1616
github.com/Masterminds/semver/v3 v3.1.1 // indirect
1717
github.com/Masterminds/sprig/v3 v3.2.0 // indirect
1818
github.com/agext/levenshtein v1.2.2 // indirect
19-
github.com/apparentlymart/go-textseg v1.0.0 // indirect
2019
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2120
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
2221
github.com/bgentry/speakeasy v0.1.0 // indirect
@@ -35,7 +34,7 @@ require (
3534
github.com/hashicorp/go-uuid v1.0.3 // indirect
3635
github.com/hashicorp/go-version v1.4.0 // indirect
3736
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
3938
github.com/hashicorp/logutils v1.0.0 // indirect
4039
github.com/hashicorp/terraform-exec v0.16.1 // indirect
4140
github.com/hashicorp/terraform-json v0.13.0 // indirect
@@ -51,7 +50,7 @@ require (
5150
github.com/mitchellh/copystructure v1.2.0 // indirect
5251
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5352
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
5554
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5655
github.com/oklog/run v1.0.0 // indirect
5756
github.com/posener/complete v1.1.1 // indirect

0 commit comments

Comments
 (0)