@@ -15,11 +15,11 @@ require (
15
15
github.com/hashicorp/terraform-plugin-framework v1.15.1
16
16
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
17
17
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
18
- github.com/hashicorp/terraform-plugin-go v0.28 .0
18
+ github.com/hashicorp/terraform-plugin-go v0.29 .0
19
19
github.com/hashicorp/terraform-plugin-log v0.9.0
20
20
github.com/hashicorp/terraform-plugin-mux v0.20.0
21
21
github.com/hashicorp/terraform-plugin-sdk v1.17.2
22
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
22
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
23
23
github.com/hashicorp/terraform-plugin-testing v1.13.3
24
24
github.com/huandu/xstrings v1.5.0
25
25
github.com/jarcoal/httpmock v1.4.1
@@ -103,15 +103,15 @@ require (
103
103
github.com/hashicorp/go-getter v1.7.9 // indirect
104
104
github.com/hashicorp/go-hclog v1.6.3 // indirect
105
105
github.com/hashicorp/go-multierror v1.1.1 // indirect
106
- github.com/hashicorp/go-plugin v1.6.3 // indirect
106
+ github.com/hashicorp/go-plugin v1.7.0 // indirect
107
107
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
108
108
github.com/hashicorp/go-safetemp v1.0.0 // indirect
109
109
github.com/hashicorp/go-uuid v1.0.3 // indirect
110
110
github.com/hashicorp/hcl v1.0.0 // indirect
111
111
github.com/hashicorp/logutils v1.0.0 // indirect
112
- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
112
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
113
113
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
114
- github.com/hashicorp/yamux v0.1.1 // indirect
114
+ github.com/hashicorp/yamux v0.1.2 // indirect
115
115
github.com/imdario/mergo v0.3.15 // indirect
116
116
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
117
117
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -126,7 +126,7 @@ require (
126
126
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
127
127
github.com/mitchellh/mapstructure v1.5.0 // indirect
128
128
github.com/mitchellh/reflectwalk v1.0.2 // indirect
129
- github.com/oklog/run v1.0 .0 // indirect
129
+ github.com/oklog/run v1.1 .0 // indirect
130
130
github.com/pb33f/jsonpath v0.1.2 // indirect
131
131
github.com/pb33f/ordered-map/v2 v2.3.0 // indirect
132
132
github.com/pjbgf/sha1cd v0.3.2 // indirect
@@ -160,22 +160,22 @@ require (
160
160
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
161
161
go.opentelemetry.io/otel/trace v1.37.0 // indirect
162
162
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
163
- golang.org/x/crypto v0.41 .0 // indirect
164
- golang.org/x/mod v0.26 .0 // indirect
163
+ golang.org/x/crypto v0.42 .0 // indirect
164
+ golang.org/x/mod v0.27 .0 // indirect
165
165
golang.org/x/net v0.43.0 // indirect
166
166
golang.org/x/oauth2 v0.30.0 // indirect
167
- golang.org/x/sync v0.16 .0 // indirect
168
- golang.org/x/sys v0.35 .0 // indirect
169
- golang.org/x/text v0.28 .0 // indirect
167
+ golang.org/x/sync v0.17 .0 // indirect
168
+ golang.org/x/sys v0.36 .0 // indirect
169
+ golang.org/x/text v0.29 .0 // indirect
170
170
golang.org/x/time v0.12.0 // indirect
171
- golang.org/x/tools v0.35 .0 // indirect
171
+ golang.org/x/tools v0.36 .0 // indirect
172
172
google.golang.org/api v0.248.0 // indirect
173
173
google.golang.org/appengine v1.6.8 // indirect
174
174
google.golang.org/genproto v0.0.0-20250826171959-ef028d996bc1 // indirect
175
175
google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 // indirect
176
176
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
177
- google.golang.org/grpc v1.75.0 // indirect
178
- google.golang.org/protobuf v1.36.8 // indirect
177
+ google.golang.org/grpc v1.75.1 // indirect
178
+ google.golang.org/protobuf v1.36.9 // indirect
179
179
gopkg.in/warnings.v0 v0.1.2 // indirect
180
180
)
181
181
0 commit comments