Skip to content

Commit 8413df1

Browse files
dependabot[bot]ganievs
authored andcommitted
build(deps): bump github.com/hashicorp/terraform-plugin-testing
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.12.0 to 1.13.2. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.12.0...v1.13.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ccd6eaa commit 8413df1

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/hashicorp/terraform-plugin-docs v0.21.0
1010
github.com/hashicorp/terraform-plugin-framework v1.15.0
1111
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
12-
github.com/hashicorp/terraform-plugin-go v0.27.0
12+
github.com/hashicorp/terraform-plugin-go v0.28.0
1313
github.com/hashicorp/terraform-plugin-log v0.9.0
14-
github.com/hashicorp/terraform-plugin-testing v1.12.0
14+
github.com/hashicorp/terraform-plugin-testing v1.13.3
1515
go.temporal.io/api v1.46.0
1616
golang.org/x/oauth2 v0.30.0
1717
google.golang.org/grpc v1.74.2
@@ -24,13 +24,13 @@ require (
2424
github.com/Masterminds/goutils v1.1.1 // indirect
2525
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2626
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
27-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
27+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2828
github.com/agext/levenshtein v1.2.2 // indirect
2929
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3030
github.com/armon/go-radix v1.0.0 // indirect
3131
github.com/bgentry/speakeasy v0.1.0 // indirect
3232
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
33-
github.com/cloudflare/circl v1.3.7 // indirect
33+
github.com/cloudflare/circl v1.6.1 // indirect
3434
github.com/fatih/color v1.16.0 // indirect
3535
github.com/golang/protobuf v1.5.4 // indirect
3636
github.com/google/go-cmp v0.7.0 // indirect
@@ -46,12 +46,12 @@ require (
4646
github.com/hashicorp/go-plugin v1.6.3 // indirect
4747
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4848
github.com/hashicorp/go-version v1.7.0 // indirect
49-
github.com/hashicorp/hc-install v0.9.1 // indirect
49+
github.com/hashicorp/hc-install v0.9.2 // indirect
5050
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
5151
github.com/hashicorp/logutils v1.0.0 // indirect
52-
github.com/hashicorp/terraform-exec v0.22.0 // indirect
53-
github.com/hashicorp/terraform-json v0.24.0 // indirect
54-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
52+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
53+
github.com/hashicorp/terraform-json v0.25.0 // indirect
54+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
5555
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
5656
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
5757
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -74,16 +74,16 @@ require (
7474
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
7575
github.com/yuin/goldmark v1.7.7 // indirect
7676
github.com/yuin/goldmark-meta v1.1.0 // indirect
77-
github.com/zclconf/go-cty v1.16.2 // indirect
77+
github.com/zclconf/go-cty v1.16.3 // indirect
7878
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
79-
golang.org/x/crypto v0.38.0 // indirect
79+
golang.org/x/crypto v0.39.0 // indirect
8080
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
81-
golang.org/x/mod v0.22.0 // indirect
81+
golang.org/x/mod v0.25.0 // indirect
8282
golang.org/x/net v0.40.0 // indirect
83-
golang.org/x/sync v0.14.0 // indirect
83+
golang.org/x/sync v0.15.0 // indirect
8484
golang.org/x/sys v0.33.0 // indirect
85-
golang.org/x/text v0.25.0 // indirect
86-
golang.org/x/tools v0.22.0 // indirect
85+
golang.org/x/text v0.26.0 // indirect
86+
golang.org/x/tools v0.33.0 // indirect
8787
google.golang.org/appengine v1.6.8 // indirect
8888
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
8989
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect

0 commit comments

Comments
 (0)