Skip to content

Commit de7f111

Browse files
chore(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.37.0 to 2.40.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/v2.40.1/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.37.0...v2.40.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f34647 commit de7f111

2 files changed

Lines changed: 64 additions & 63 deletions

File tree

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/crossplane/crossplane-tools v0.0.0-20251017183449-dd4517244339
1212
github.com/crossplane/upjet/v2 v2.2.1-0.20260414070754-c6d5213346ac
1313
github.com/go-logr/logr v1.4.3
14-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
14+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.1
1515
github.com/pkg/errors v0.9.1
1616
google.golang.org/grpc v1.80.0
1717
k8s.io/api v0.35.4
@@ -66,18 +66,18 @@ require (
6666
github.com/google/uuid v1.6.0 // indirect
6767
github.com/hashicorp/go-cty v1.5.0 // indirect
6868
github.com/hashicorp/go-hclog v1.6.3 // indirect
69-
github.com/hashicorp/go-plugin v1.6.3 // indirect
69+
github.com/hashicorp/go-plugin v1.7.0 // indirect
7070
github.com/hashicorp/go-uuid v1.0.3 // indirect
71-
github.com/hashicorp/go-version v1.7.0 // indirect
72-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
71+
github.com/hashicorp/go-version v1.9.0 // indirect
72+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
7373
github.com/hashicorp/logutils v1.0.0 // indirect
74-
github.com/hashicorp/terraform-json v0.25.0 // indirect
74+
github.com/hashicorp/terraform-json v0.27.2 // indirect
7575
github.com/hashicorp/terraform-plugin-framework v1.15.0 // indirect
76-
github.com/hashicorp/terraform-plugin-go v0.28.0 // indirect
77-
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
78-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
76+
github.com/hashicorp/terraform-plugin-go v0.31.0 // indirect
77+
github.com/hashicorp/terraform-plugin-log v0.10.0 // indirect
78+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
7979
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
80-
github.com/hashicorp/yamux v0.1.1 // indirect
80+
github.com/hashicorp/yamux v0.1.2 // indirect
8181
github.com/iancoleman/strcase v0.2.0 // indirect
8282
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8383
github.com/json-iterator/go v1.1.12 // indirect
@@ -93,8 +93,8 @@ require (
9393
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
9494
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9595
github.com/muvaf/typewriter v0.0.0-20240614220100-70f9d4a54ea0 // indirect
96-
github.com/oklog/run v1.0.0 // indirect
97-
github.com/pmezard/go-difflib v1.0.0 // indirect
96+
github.com/oklog/run v1.1.0 // indirect
97+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9898
github.com/prometheus/client_golang v1.23.2 // indirect
9999
github.com/prometheus/client_model v0.6.2 // indirect
100100
github.com/prometheus/common v0.67.5 // indirect
@@ -109,24 +109,24 @@ require (
109109
github.com/x448/float16 v0.8.4 // indirect
110110
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
111111
github.com/yuin/goldmark v1.4.13 // indirect
112-
github.com/zclconf/go-cty v1.16.2 // indirect
112+
github.com/zclconf/go-cty v1.18.1 // indirect
113113
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
114114
go.opentelemetry.io/otel v1.41.0 // indirect
115115
go.opentelemetry.io/otel/trace v1.41.0 // indirect
116116
go.uber.org/multierr v1.11.0 // indirect
117117
go.uber.org/zap v1.27.1 // indirect
118118
go.yaml.in/yaml/v2 v2.4.3 // indirect
119119
go.yaml.in/yaml/v3 v3.0.4 // indirect
120-
golang.org/x/mod v0.32.0 // indirect
121-
golang.org/x/net v0.49.0 // indirect
120+
golang.org/x/mod v0.35.0 // indirect
121+
golang.org/x/net v0.52.0 // indirect
122122
golang.org/x/oauth2 v0.34.0 // indirect
123-
golang.org/x/sync v0.19.0 // indirect
124-
golang.org/x/sys v0.40.0 // indirect
125-
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 // indirect
126-
golang.org/x/term v0.39.0 // indirect
127-
golang.org/x/text v0.33.0 // indirect
123+
golang.org/x/sync v0.20.0 // indirect
124+
golang.org/x/sys v0.43.0 // indirect
125+
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
126+
golang.org/x/term v0.41.0 // indirect
127+
golang.org/x/text v0.36.0 // indirect
128128
golang.org/x/time v0.14.0 // indirect
129-
golang.org/x/tools v0.41.0 // indirect
129+
golang.org/x/tools v0.43.0 // indirect
130130
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
131131
google.golang.org/appengine v1.6.8 // indirect
132132
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect

0 commit comments

Comments
 (0)