Skip to content

Commit e128bea

Browse files
authored
Bump terraform-plugin-go to v0.3.1 (#1449)
1 parent a797cdc commit e128bea

File tree

5 files changed

+39
-5
lines changed

5 files changed

+39
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/hashicorp/hcl/v2 v2.9.1
3030
github.com/hashicorp/terraform-exec v0.14.0
3131
github.com/hashicorp/terraform-json v0.12.0
32-
github.com/hashicorp/terraform-plugin-go v0.3.0
32+
github.com/hashicorp/terraform-plugin-go v0.3.1
3333
github.com/hashicorp/terraform-plugin-mux v0.2.0
3434
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
3535
github.com/hashicorp/terraform-plugin-test/v2 v2.2.1

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,9 @@ github.com/hashicorp/terraform-exec v0.14.0/go.mod h1:qrAASDq28KZiMPDnQ02sFS9udc
447447
github.com/hashicorp/terraform-json v0.10.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE=
448448
github.com/hashicorp/terraform-json v0.12.0 h1:8czPgEEWWPROStjkWPUnTQDXmpmZPlkQAwYYLETaTvw=
449449
github.com/hashicorp/terraform-json v0.12.0/go.mod h1:pmbq9o4EuL43db5+0ogX10Yofv1nozM+wskr/bGFJpI=
450-
github.com/hashicorp/terraform-plugin-go v0.3.0 h1:AJqYzP52JFYl9NABRI7smXI1pNjgR5Q/y2WyVJ/BOZA=
451450
github.com/hashicorp/terraform-plugin-go v0.3.0/go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM=
451+
github.com/hashicorp/terraform-plugin-go v0.3.1 h1:ML+THFcqpdR049gqrbEFDFo99va2Wqw9g4XDPy51euU=
452+
github.com/hashicorp/terraform-plugin-go v0.3.1/go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM=
452453
github.com/hashicorp/terraform-plugin-mux v0.2.0 h1:d+IQlxGpztO23nrf5X3ZL8bn1JeTxwz5lPuzezEUq7w=
453454
github.com/hashicorp/terraform-plugin-mux v0.2.0/go.mod h1:ZLiSpKrAtyqS7d3QydVIz13c/j4ic0RMrhQ5Hu+S8zM=
454455
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0 h1:SuI59MqNjYDrL7EfqHX9V6P/24isgqYx/FdglwVs9bg=

vendor/github.com/hashicorp/terraform-plugin-go/tftypes/attribute_path_error.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/terraform-plugin-go/tftypes/value.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ github.com/hashicorp/terraform-exec/tfinstall
235235
# github.com/hashicorp/terraform-json v0.12.0
236236
## explicit
237237
github.com/hashicorp/terraform-json
238-
# github.com/hashicorp/terraform-plugin-go v0.3.0
238+
# github.com/hashicorp/terraform-plugin-go v0.3.1
239239
## explicit
240240
github.com/hashicorp/terraform-plugin-go/tfprotov5
241241
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/fromproto

0 commit comments

Comments
 (0)