@@ -7,7 +7,7 @@ require (
7
7
github.com/google/uuid v1.6.0
8
8
github.com/hashicorp/go-cty v1.5.0
9
9
github.com/hashicorp/terraform-plugin-log v0.9.0
10
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
10
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
11
11
github.com/masterminds/semver v1.5.0
12
12
github.com/mitchellh/mapstructure v1.5.0
13
13
github.com/robfig/cron/v3 v3.0.1
@@ -25,13 +25,13 @@ require (
25
25
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
26
26
github.com/cloudflare/circl v1.6.1 // indirect
27
27
github.com/containerd/log v0.1.0 // indirect
28
- github.com/davecgh/go-spew v1.1.1 // indirect
28
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
29
29
github.com/distribution/reference v0.6.0 // indirect
30
30
github.com/docker/go-connections v0.5.0 // indirect
31
31
github.com/docker/go-units v0.5.0 // indirect
32
32
github.com/fatih/color v1.16.0 // indirect
33
33
github.com/felixge/httpsnoop v1.0.4 // indirect
34
- github.com/go-logr/logr v1.4.2 // indirect
34
+ github.com/go-logr/logr v1.4.3 // indirect
35
35
github.com/go-logr/stdr v1.2.2 // indirect
36
36
github.com/gogo/protobuf v1.3.2 // indirect
37
37
github.com/golang/protobuf v1.5.4 // indirect
@@ -41,19 +41,19 @@ require (
41
41
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
42
42
github.com/hashicorp/go-hclog v1.6.3 // indirect
43
43
github.com/hashicorp/go-multierror v1.1.1 // indirect
44
- github.com/hashicorp/go-plugin v1.6.3 // indirect
44
+ github.com/hashicorp/go-plugin v1.7.0 // indirect
45
45
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
46
46
github.com/hashicorp/go-uuid v1.0.3 // indirect
47
47
github.com/hashicorp/go-version v1.7.0 // indirect
48
48
github.com/hashicorp/hc-install v0.9.2 // indirect
49
- github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
49
+ github.com/hashicorp/hcl/v2 v2.24 .0 // indirect
50
50
github.com/hashicorp/logutils v1.0.0 // indirect
51
- github.com/hashicorp/terraform-exec v0.23.0 // indirect
52
- github.com/hashicorp/terraform-json v0.25.0 // indirect
53
- github.com/hashicorp/terraform-plugin-go v0.27 .0 // indirect
54
- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
51
+ github.com/hashicorp/terraform-exec v0.23.1 // indirect
52
+ github.com/hashicorp/terraform-json v0.27.1 // indirect
53
+ github.com/hashicorp/terraform-plugin-go v0.29 .0 // indirect
54
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
55
55
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
56
- github.com/hashicorp/yamux v0.1.1 // indirect
56
+ github.com/hashicorp/yamux v0.1.2 // indirect
57
57
github.com/mattn/go-colorable v0.1.13 // indirect
58
58
github.com/mattn/go-isatty v0.0.20 // indirect
59
59
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -63,21 +63,21 @@ require (
63
63
github.com/moby/docker-image-spec v1.3.1 // indirect
64
64
github.com/moby/term v0.5.0 // indirect
65
65
github.com/morikuni/aec v1.0.0 // indirect
66
- github.com/oklog/run v1.0 .0 // indirect
66
+ github.com/oklog/run v1.1 .0 // indirect
67
67
github.com/opencontainers/go-digest v1.0.0 // indirect
68
68
github.com/opencontainers/image-spec v1.1.0 // indirect
69
69
github.com/pkg/errors v0.9.1 // indirect
70
- github.com/pmezard/go-difflib v1.0.0 // indirect
70
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
71
71
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
72
72
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
73
73
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
74
- github.com/zclconf/go-cty v1.16.2 // indirect
74
+ github.com/zclconf/go-cty v1.17.0 // indirect
75
75
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
76
76
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
77
- go.opentelemetry.io/otel v1.34 .0 // indirect
77
+ go.opentelemetry.io/otel v1.37 .0 // indirect
78
78
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect
79
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
80
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
79
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
80
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
81
81
golang.org/x/crypto v0.42.0 // indirect
82
82
golang.org/x/net v0.44.0 // indirect
83
83
golang.org/x/sync v0.17.0 // indirect
@@ -87,8 +87,8 @@ require (
87
87
golang.org/x/tools v0.37.0 // indirect
88
88
google.golang.org/appengine v1.6.8 // indirect
89
89
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
90
- google.golang.org/grpc v1.72 .1 // indirect
91
- google.golang.org/protobuf v1.36.6 // indirect
90
+ google.golang.org/grpc v1.75 .1 // indirect
91
+ google.golang.org/protobuf v1.36.9 // indirect
92
92
gopkg.in/yaml.v3 v3.0.1 // indirect
93
93
gotest.tools/v3 v3.5.1 // indirect
94
94
)