Skip to content

Commit a5644e3

Browse files
Bump github.com/hashicorp/terraform-plugin-go from 0.9.0 to 0.9.1 (#27)
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a948d5 commit a5644e3

File tree

2 files changed

+145
-4
lines changed

2 files changed

+145
-4
lines changed

go.mod

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

55
require (
66
github.com/hashicorp/terraform-plugin-framework v0.8.0
7-
github.com/hashicorp/terraform-plugin-go v0.9.0
7+
github.com/hashicorp/terraform-plugin-go v0.9.1
88
)
99

1010
require (
@@ -19,7 +19,7 @@ require (
1919
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
2020
github.com/vmihailenco/tagparser v0.1.1 // indirect
2121
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
22-
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
22+
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
2323
google.golang.org/appengine v1.6.5 // indirect
2424
google.golang.org/protobuf v1.28.0 // indirect
2525
)

0 commit comments

Comments
 (0)