Skip to content

Commit d92589d

Browse files
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0 (#1325)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.37.0 to 2.38.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.37.0...v2.38.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.38.0 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 8bcac3b commit d92589d

File tree

2 files changed

+96
-94
lines changed

2 files changed

+96
-94
lines changed

go.mod

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ require (
1414
github.com/hashicorp/terraform-plugin-framework v1.15.1
1515
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
1616
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
17-
github.com/hashicorp/terraform-plugin-go v0.28.0
17+
github.com/hashicorp/terraform-plugin-go v0.29.0
1818
github.com/hashicorp/terraform-plugin-log v0.9.0
1919
github.com/hashicorp/terraform-plugin-mux v0.20.0
20-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
20+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.0
2121
github.com/hashicorp/terraform-plugin-testing v1.13.3
2222
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
2323
github.com/oapi-codegen/runtime v1.1.2
@@ -27,11 +27,11 @@ require (
2727

2828
require (
2929
al.essio.dev/pkg/shellescape v1.6.0 // indirect
30-
cel.dev/expr v0.22.1 // indirect
30+
cel.dev/expr v0.24.0 // indirect
3131
cloud.google.com/go v0.120.0 // indirect
3232
cloud.google.com/go/auth v0.15.0 // indirect
3333
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
34-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
34+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
3535
cloud.google.com/go/iam v1.4.2 // indirect
3636
cloud.google.com/go/kms v1.21.1 // indirect
3737
cloud.google.com/go/longrunning v0.6.6 // indirect
@@ -59,7 +59,7 @@ require (
5959
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
6060
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
6161
github.com/BurntSushi/toml v1.5.0 // indirect
62-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
62+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
6363
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
6464
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
6565
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
@@ -131,7 +131,7 @@ require (
131131
github.com/charmbracelet/x/term v0.2.1 // indirect
132132
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
133133
github.com/cloudflare/circl v1.6.1 // indirect
134-
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
134+
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
135135
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
136136
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
137137
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
@@ -170,8 +170,8 @@ require (
170170
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
171171
github.com/go-git/go-billy/v5 v5.6.2 // indirect
172172
github.com/go-git/go-git/v5 v5.14.0 // indirect
173-
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
174-
github.com/go-logr/logr v1.4.2 // indirect
173+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
174+
github.com/go-logr/logr v1.4.3 // indirect
175175
github.com/go-logr/stdr v1.2.2 // indirect
176176
github.com/go-openapi/analysis v0.23.0 // indirect
177177
github.com/go-openapi/errors v0.22.1 // indirect
@@ -216,18 +216,18 @@ require (
216216
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
217217
github.com/hashicorp/go-hclog v1.6.3 // indirect
218218
github.com/hashicorp/go-multierror v1.1.1 // indirect
219-
github.com/hashicorp/go-plugin v1.6.3 // indirect
219+
github.com/hashicorp/go-plugin v1.7.0 // indirect
220220
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
221221
github.com/hashicorp/golang-lru v1.0.2 // indirect
222222
github.com/hashicorp/hc-install v0.9.2 // indirect
223-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
223+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
224224
github.com/hashicorp/logutils v1.0.0 // indirect
225-
github.com/hashicorp/terraform-exec v0.23.0 // indirect
226-
github.com/hashicorp/terraform-json v0.25.0 // indirect
225+
github.com/hashicorp/terraform-exec v0.23.1 // indirect
226+
github.com/hashicorp/terraform-json v0.27.1 // indirect
227227
github.com/hashicorp/terraform-plugin-docs v0.22.0 // indirect
228-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
228+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
229229
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
230-
github.com/hashicorp/yamux v0.1.1 // indirect
230+
github.com/hashicorp/yamux v0.1.2 // indirect
231231
github.com/huandu/xstrings v1.5.0 // indirect
232232
github.com/in-toto/attestation v1.1.1 // indirect
233233
github.com/in-toto/in-toto-golang v0.9.0 // indirect
@@ -353,46 +353,46 @@ require (
353353
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
354354
github.com/yuin/goldmark v1.7.7 // indirect
355355
github.com/yuin/goldmark-meta v1.1.0 // indirect
356-
github.com/zclconf/go-cty v1.16.3 // indirect
356+
github.com/zclconf/go-cty v1.17.0 // indirect
357357
github.com/zeebo/errs v1.4.0 // indirect
358358
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
359359
gitlab.com/gitlab-org/api/client-go v0.129.0 // indirect
360360
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
361361
go.mongodb.org/mongo-driver v1.17.3 // indirect
362362
go.opencensus.io v0.24.0 // indirect
363363
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
364-
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
364+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
365365
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
366366
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
367-
go.opentelemetry.io/otel v1.35.0 // indirect
368-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
369-
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
370-
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
371-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
367+
go.opentelemetry.io/otel v1.37.0 // indirect
368+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
369+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
370+
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
371+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
372372
go.uber.org/atomic v1.11.0 // indirect
373373
go.uber.org/automaxprocs v1.6.0 // indirect
374374
go.uber.org/multierr v1.11.0 // indirect
375375
go.uber.org/zap v1.27.0 // indirect
376376
gocloud.dev v0.41.0 // indirect
377-
golang.org/x/crypto v0.41.0 // indirect
377+
golang.org/x/crypto v0.42.0 // indirect
378378
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
379379
golang.org/x/mod v0.27.0 // indirect
380380
golang.org/x/net v0.43.0 // indirect
381381
golang.org/x/oauth2 v0.30.0 // indirect
382-
golang.org/x/sync v0.16.0 // indirect
383-
golang.org/x/sys v0.35.0 // indirect
384-
golang.org/x/term v0.34.0 // indirect
385-
golang.org/x/text v0.28.0 // indirect
382+
golang.org/x/sync v0.17.0 // indirect
383+
golang.org/x/sys v0.36.0 // indirect
384+
golang.org/x/term v0.35.0 // indirect
385+
golang.org/x/text v0.29.0 // indirect
386386
golang.org/x/time v0.11.0 // indirect
387387
golang.org/x/tools v0.36.0 // indirect
388388
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
389389
google.golang.org/api v0.228.0 // indirect
390390
google.golang.org/appengine v1.6.8 // indirect
391391
google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 // indirect
392-
google.golang.org/genproto/googleapis/api v0.0.0-20250409194420-de1ac958c67a // indirect
393-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
394-
google.golang.org/grpc v1.72.1 // indirect
395-
google.golang.org/protobuf v1.36.6 // indirect
392+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
393+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
394+
google.golang.org/grpc v1.75.1 // indirect
395+
google.golang.org/protobuf v1.36.9 // indirect
396396
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
397397
gopkg.in/mail.v2 v2.3.1 // indirect
398398
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)