Skip to content

Commit 83366bd

Browse files
Bump github.com/hashicorp/terraform-plugin-framework from 0.8.0 to 0.9.0 (#13)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b7f787 commit 83366bd

File tree

2 files changed

+163
-16
lines changed

2 files changed

+163
-16
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module github.com/dcarbone/terraform-plugin-framework-utils
33
go 1.17
44

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

1010
require (
11-
github.com/fatih/color v1.7.0 // indirect
11+
github.com/fatih/color v1.13.0 // indirect
1212
github.com/golang/protobuf v1.5.2 // indirect
1313
github.com/google/go-cmp v0.5.8 // indirect
14-
github.com/hashicorp/go-hclog v1.2.0 // indirect
15-
github.com/hashicorp/terraform-plugin-log v0.4.0 // indirect
16-
github.com/mattn/go-colorable v0.1.4 // indirect
17-
github.com/mattn/go-isatty v0.0.10 // indirect
14+
github.com/hashicorp/go-hclog v1.2.1 // indirect
15+
github.com/hashicorp/terraform-plugin-log v0.4.1 // indirect
16+
github.com/mattn/go-colorable v0.1.12 // indirect
17+
github.com/mattn/go-isatty v0.0.14 // indirect
1818
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
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-20210119212857-b64e53b001e4 // indirect
22+
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // 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)