@@ -8,7 +8,7 @@ require (
8
8
github.com/hashicorp/go-cty v1.5.0
9
9
github.com/hashicorp/terraform-plugin-docs v0.22.0
10
10
github.com/hashicorp/terraform-plugin-log v0.9.0
11
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
11
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
12
12
github.com/spf13/viper v1.21.0
13
13
github.com/stretchr/testify v1.11.1
14
14
k8s.io/klog/v2 v2.130.1
@@ -25,11 +25,11 @@ replace (
25
25
)
26
26
27
27
require (
28
- cel.dev/expr v0.20 .0 // indirect
28
+ cel.dev/expr v0.24 .0 // indirect
29
29
cloud.google.com/go v0.121.0 // indirect
30
30
cloud.google.com/go/auth v0.16.1 // indirect
31
31
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
32
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
32
+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
33
33
cloud.google.com/go/iam v1.5.2 // indirect
34
34
cloud.google.com/go/monitoring v1.24.0 // indirect
35
35
cloud.google.com/go/storage v1.54.0 // indirect
@@ -38,7 +38,7 @@ require (
38
38
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
39
39
github.com/BurntSushi/toml v1.2.1 // indirect
40
40
github.com/Delta456/box-cli-maker/v2 v2.3.0 // indirect
41
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27 .0 // indirect
41
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29 .0 // indirect
42
42
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
43
43
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0 // indirect
44
44
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
@@ -70,7 +70,7 @@ require (
70
70
github.com/cheggaaa/pb/v3 v3.1.7 // indirect
71
71
github.com/cloudevents/sdk-go/v2 v2.16.0 // indirect
72
72
github.com/cloudflare/circl v1.6.1 // indirect
73
- github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
73
+ github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
74
74
github.com/containerd/log v0.1.0 // indirect
75
75
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
76
76
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -90,8 +90,8 @@ require (
90
90
github.com/felixge/httpsnoop v1.0.4 // indirect
91
91
github.com/fsnotify/fsnotify v1.9.0 // indirect
92
92
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
93
- github.com/go-jose/go-jose/v4 v4.0.5 // indirect
94
- github.com/go-logr/logr v1.4.2 // indirect
93
+ github.com/go-jose/go-jose/v4 v4.1.1 // indirect
94
+ github.com/go-logr/logr v1.4.3 // indirect
95
95
github.com/go-logr/stdr v1.2.2 // indirect
96
96
github.com/go-ole/go-ole v1.2.6 // indirect
97
97
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -119,20 +119,20 @@ require (
119
119
github.com/hashicorp/go-getter v1.7.9 // indirect
120
120
github.com/hashicorp/go-hclog v1.6.3 // indirect
121
121
github.com/hashicorp/go-multierror v1.1.1 // indirect
122
- github.com/hashicorp/go-plugin v1.6.3 // indirect
122
+ github.com/hashicorp/go-plugin v1.7.0 // indirect
123
123
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
124
124
github.com/hashicorp/go-safetemp v1.0.0 // indirect
125
125
github.com/hashicorp/go-uuid v1.0.3 // indirect
126
126
github.com/hashicorp/go-version v1.7.0 // indirect
127
127
github.com/hashicorp/hc-install v0.9.2 // indirect
128
- github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
128
+ github.com/hashicorp/hcl/v2 v2.24 .0 // indirect
129
129
github.com/hashicorp/logutils v1.0.0 // indirect
130
- github.com/hashicorp/terraform-exec v0.23.0 // indirect
131
- github.com/hashicorp/terraform-json v0.25.0 // indirect
132
- github.com/hashicorp/terraform-plugin-go v0.27 .0 // indirect
133
- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
130
+ github.com/hashicorp/terraform-exec v0.23.1 // indirect
131
+ github.com/hashicorp/terraform-json v0.27.1 // indirect
132
+ github.com/hashicorp/terraform-plugin-go v0.29 .0 // indirect
133
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
134
134
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
135
- github.com/hashicorp/yamux v0.1.1 // indirect
135
+ github.com/hashicorp/yamux v0.1.2 // indirect
136
136
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
137
137
github.com/hooklift/iso9660 v1.0.0 // indirect
138
138
github.com/huandu/xstrings v1.3.3 // indirect
@@ -178,7 +178,7 @@ require (
178
178
github.com/muesli/reflow v0.3.0 // indirect
179
179
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
180
180
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
181
- github.com/oklog/run v1.0 .0 // indirect
181
+ github.com/oklog/run v1.1 .0 // indirect
182
182
github.com/olekukonko/tablewriter v0.0.5 // indirect
183
183
github.com/opencontainers/go-digest v1.0.0 // indirect
184
184
github.com/opencontainers/image-spec v1.1.0 // indirect
@@ -226,39 +226,39 @@ require (
226
226
github.com/yuin/goldmark-meta v1.1.0 // indirect
227
227
github.com/yusufpapurcu/wmi v1.2.4 // indirect
228
228
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097 // indirect
229
- github.com/zclconf/go-cty v1.16.3 // indirect
229
+ github.com/zclconf/go-cty v1.17.0 // indirect
230
230
github.com/zeebo/errs v1.4.0 // indirect
231
231
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
232
232
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
233
- go.opentelemetry.io/contrib/detectors/gcp v1.35 .0 // indirect
233
+ go.opentelemetry.io/contrib/detectors/gcp v1.36 .0 // indirect
234
234
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
235
235
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
236
- go.opentelemetry.io/otel v1.35 .0 // indirect
237
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
238
- go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
239
- go.opentelemetry.io/otel/sdk/metric v1.35 .0 // indirect
240
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
236
+ go.opentelemetry.io/otel v1.37 .0 // indirect
237
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
238
+ go.opentelemetry.io/otel/sdk v1.37 .0 // indirect
239
+ go.opentelemetry.io/otel/sdk/metric v1.37 .0 // indirect
240
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
241
241
go.uber.org/multierr v1.11.0 // indirect
242
242
go.uber.org/zap v1.27.0 // indirect
243
243
go.yaml.in/yaml/v3 v3.0.4 // indirect
244
- golang.org/x/crypto v0.40 .0 // indirect
244
+ golang.org/x/crypto v0.42 .0 // indirect
245
245
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
246
- golang.org/x/mod v0.26 .0 // indirect
247
- golang.org/x/net v0.42 .0 // indirect
246
+ golang.org/x/mod v0.27 .0 // indirect
247
+ golang.org/x/net v0.43 .0 // indirect
248
248
golang.org/x/oauth2 v0.30.0 // indirect
249
- golang.org/x/sync v0.16 .0 // indirect
250
- golang.org/x/sys v0.34 .0 // indirect
251
- golang.org/x/term v0.33 .0 // indirect
252
- golang.org/x/text v0.28 .0 // indirect
249
+ golang.org/x/sync v0.17 .0 // indirect
250
+ golang.org/x/sys v0.36 .0 // indirect
251
+ golang.org/x/term v0.35 .0 // indirect
252
+ golang.org/x/text v0.29 .0 // indirect
253
253
golang.org/x/time v0.11.0 // indirect
254
- golang.org/x/tools v0.35 .0 // indirect
254
+ golang.org/x/tools v0.36 .0 // indirect
255
255
google.golang.org/api v0.233.0 // indirect
256
256
google.golang.org/appengine v1.6.8 // indirect
257
257
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
258
- google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
259
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
260
- google.golang.org/grpc v1.72 .1 // indirect
261
- google.golang.org/protobuf v1.36.6 // indirect
258
+ google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
259
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
260
+ google.golang.org/grpc v1.75 .1 // indirect
261
+ google.golang.org/protobuf v1.36.9 // indirect
262
262
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
263
263
gopkg.in/inf.v0 v0.9.1 // indirect
264
264
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments