Skip to content

Commit d8def2b

Browse files
Bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.1
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.12.0 to 1.13.1. - [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.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d57ba5 commit d8def2b

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/hashicorp/terraform-plugin-docs v0.20.1
77
github.com/hashicorp/terraform-plugin-framework v1.14.1
88
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0
9-
github.com/hashicorp/terraform-plugin-go v0.26.0
9+
github.com/hashicorp/terraform-plugin-go v0.27.0
1010
github.com/hashicorp/terraform-plugin-log v0.9.0
11-
github.com/hashicorp/terraform-plugin-testing v1.12.0
11+
github.com/hashicorp/terraform-plugin-testing v1.13.1
1212
github.com/netascode/go-restconf v0.1.11
1313
github.com/openconfig/goyang v1.6.2
1414
github.com/tidwall/gjson v1.18.0
@@ -23,18 +23,18 @@ require (
2323
github.com/Masterminds/goutils v1.1.1 // indirect
2424
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2525
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
26-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
26+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2727
github.com/agext/levenshtein v1.2.2 // indirect
2828
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2929
github.com/armon/go-radix v1.0.0 // indirect
3030
github.com/bgentry/speakeasy v0.1.0 // indirect
3131
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
32-
github.com/cloudflare/circl v1.3.7 // indirect
32+
github.com/cloudflare/circl v1.6.0 // indirect
3333
github.com/fatih/color v1.18.0 // indirect
3434
github.com/golang/protobuf v1.5.4 // indirect
3535
github.com/google/go-cmp v0.7.0 // indirect
3636
github.com/google/uuid v1.6.0 // indirect
37-
github.com/hashicorp/cli v1.1.6 // indirect
37+
github.com/hashicorp/cli v1.1.7 // indirect
3838
github.com/hashicorp/errwrap v1.1.0 // indirect
3939
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
4040
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -45,12 +45,12 @@ require (
4545
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4646
github.com/hashicorp/go-uuid v1.0.3 // indirect
4747
github.com/hashicorp/go-version v1.7.0 // indirect
48-
github.com/hashicorp/hc-install v0.9.1 // indirect
48+
github.com/hashicorp/hc-install v0.9.2 // indirect
4949
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
5050
github.com/hashicorp/logutils v1.0.0 // indirect
51-
github.com/hashicorp/terraform-exec v0.22.0 // indirect
52-
github.com/hashicorp/terraform-json v0.24.0 // indirect
53-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
51+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
52+
github.com/hashicorp/terraform-json v0.25.0 // indirect
53+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
5454
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
5555
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
5656
github.com/hashicorp/yamux v0.1.2 // indirect
@@ -77,16 +77,16 @@ require (
7777
github.com/yuin/goldmark-meta v1.1.0 // indirect
7878
github.com/zclconf/go-cty v1.16.2 // indirect
7979
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
80-
golang.org/x/crypto v0.37.0 // indirect
80+
golang.org/x/crypto v0.38.0 // indirect
8181
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
8282
golang.org/x/mod v0.24.0 // indirect
8383
golang.org/x/net v0.39.0 // indirect
84-
golang.org/x/sync v0.13.0 // indirect
85-
golang.org/x/sys v0.32.0 // indirect
86-
golang.org/x/text v0.24.0 // indirect
84+
golang.org/x/sync v0.14.0 // indirect
85+
golang.org/x/sys v0.33.0 // indirect
86+
golang.org/x/text v0.25.0 // indirect
8787
google.golang.org/appengine v1.6.8 // indirect
8888
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
89-
google.golang.org/grpc v1.72.0 // indirect
89+
google.golang.org/grpc v1.72.1 // indirect
9090
google.golang.org/protobuf v1.36.6 // indirect
9191
gopkg.in/yaml.v2 v2.3.0 // indirect
9292
)

0 commit comments

Comments
 (0)