@@ -6,7 +6,7 @@ require (
6
6
github.com/docker/docker v26.1.5+incompatible
7
7
github.com/google/uuid v1.6.0
8
8
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
9
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.35 .0
9
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36 .0
10
10
github.com/masterminds/semver v1.5.0
11
11
github.com/mitchellh/mapstructure v1.5.0
12
12
github.com/robfig/cron/v3 v3.0.1
@@ -19,7 +19,7 @@ require (
19
19
require (
20
20
github.com/Masterminds/semver v1.5.0 // indirect
21
21
github.com/Microsoft/go-winio v0.6.1 // indirect
22
- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
22
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
23
23
github.com/agext/levenshtein v1.2.3 // indirect
24
24
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
25
25
github.com/cloudflare/circl v1.3.7 // indirect
@@ -30,7 +30,7 @@ require (
30
30
github.com/docker/go-units v0.5.0 // indirect
31
31
github.com/fatih/color v1.16.0 // indirect
32
32
github.com/felixge/httpsnoop v1.0.4 // indirect
33
- github.com/go-logr/logr v1.4.1 // indirect
33
+ github.com/go-logr/logr v1.4.2 // indirect
34
34
github.com/go-logr/stdr v1.2.2 // indirect
35
35
github.com/gogo/protobuf v1.3.2 // indirect
36
36
github.com/golang/protobuf v1.5.4 // indirect
@@ -44,14 +44,14 @@ require (
44
44
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
45
45
github.com/hashicorp/go-uuid v1.0.3 // indirect
46
46
github.com/hashicorp/go-version v1.7.0 // indirect
47
- github.com/hashicorp/hc-install v0.9.0 // indirect
48
- github.com/hashicorp/hcl/v2 v2.22 .0 // indirect
47
+ github.com/hashicorp/hc-install v0.9.1 // indirect
48
+ github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
49
49
github.com/hashicorp/logutils v1.0.0 // indirect
50
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
51
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
52
- github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
50
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
51
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
52
+ github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
53
53
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
54
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
54
+ github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
55
55
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
56
56
github.com/hashicorp/yamux v0.1.1 // indirect
57
57
github.com/kr/pretty v0.3.0 // indirect
@@ -73,24 +73,23 @@ require (
73
73
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
74
74
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
75
75
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
76
- github.com/zclconf/go-cty v1.15.0 // indirect
76
+ github.com/zclconf/go-cty v1.16.2 // indirect
77
77
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
78
- go.opentelemetry.io/otel v1.27 .0 // indirect
78
+ go.opentelemetry.io/otel v1.31 .0 // indirect
79
79
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect
80
- go.opentelemetry.io/otel/metric v1.27.0 // indirect
81
- go.opentelemetry.io/otel/sdk v1.27.0 // indirect
82
- go.opentelemetry.io/otel/trace v1.27.0 // indirect
83
- golang.org/x/crypto v0.31.0 // indirect
84
- golang.org/x/net v0.28.0 // indirect
80
+ go.opentelemetry.io/otel/metric v1.31.0 // indirect
81
+ go.opentelemetry.io/otel/trace v1.31.0 // indirect
82
+ golang.org/x/crypto v0.32.0 // indirect
83
+ golang.org/x/net v0.34.0 // indirect
85
84
golang.org/x/sync v0.10.0 // indirect
86
- golang.org/x/sys v0.28 .0 // indirect
85
+ golang.org/x/sys v0.29 .0 // indirect
87
86
golang.org/x/text v0.21.0 // indirect
88
87
golang.org/x/time v0.5.0 // indirect
89
88
golang.org/x/tools v0.22.0 // indirect
90
89
google.golang.org/appengine v1.6.8 // indirect
91
90
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
92
- google.golang.org/grpc v1.67.1 // indirect
93
- google.golang.org/protobuf v1.35.1 // indirect
91
+ google.golang.org/grpc v1.69.4 // indirect
92
+ google.golang.org/protobuf v1.36.3 // indirect
94
93
gopkg.in/yaml.v3 v3.0.1 // indirect
95
94
gotest.tools/v3 v3.5.1 // indirect
96
95
)
0 commit comments