Skip to content

Commit c483b9f

Browse files
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.9.0 to 2.12.0 (#157)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.9.0 to 2.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.9.0...v2.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bd45a5 commit c483b9f

File tree

2 files changed

+36
-59
lines changed

2 files changed

+36
-59
lines changed

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/dave/dst v0.26.2
77
github.com/google/go-cmp v0.5.7
88
github.com/hashicorp/hcl/v2 v2.11.1
9-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.9.0
9+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.12.0
1010
github.com/onsi/ginkgo v1.15.2 // indirect
1111
github.com/onsi/gomega v1.11.0 // indirect
1212
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e
@@ -25,18 +25,20 @@ require (
2525
github.com/hashicorp/errwrap v1.0.0 // indirect
2626
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
2727
github.com/hashicorp/go-hclog v1.2.0 // indirect
28-
github.com/hashicorp/go-multierror v1.0.0 // indirect
28+
github.com/hashicorp/go-multierror v1.1.1 // indirect
2929
github.com/hashicorp/go-plugin v1.4.3 // indirect
30-
github.com/hashicorp/go-uuid v1.0.1 // indirect
31-
github.com/hashicorp/go-version v1.3.0 // indirect
32-
github.com/hashicorp/terraform-plugin-go v0.4.0 // indirect
30+
github.com/hashicorp/go-uuid v1.0.2 // indirect
31+
github.com/hashicorp/go-version v1.4.0 // indirect
32+
github.com/hashicorp/logutils v1.0.0 // indirect
33+
github.com/hashicorp/terraform-plugin-go v0.8.0 // indirect
34+
github.com/hashicorp/terraform-plugin-log v0.3.0 // indirect
3335
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
3436
github.com/mattn/go-colorable v0.1.4 // indirect
3537
github.com/mattn/go-isatty v0.0.10 // indirect
3638
github.com/mitchellh/copystructure v1.2.0 // indirect
37-
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
39+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3840
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
39-
github.com/mitchellh/mapstructure v1.1.2 // indirect
41+
github.com/mitchellh/mapstructure v1.4.3 // indirect
4042
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4143
github.com/oklog/run v1.0.0 // indirect
4244
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect

0 commit comments

Comments
 (0)