@@ -5,25 +5,25 @@ go 1.24.2
5
5
require (
6
6
github.com/docker/docker v26.1.5+incompatible
7
7
github.com/google/uuid v1.6.0
8
- github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
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.36.1
10
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
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
14
14
github.com/stretchr/testify v1.10.0
15
15
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
16
- golang.org/x/mod v0.23 .0
16
+ golang.org/x/mod v0.24 .0
17
17
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
18
18
)
19
19
20
20
require (
21
21
github.com/Masterminds/semver v1.5.0 // indirect
22
- github.com/Microsoft/go-winio v0.6.1 // indirect
23
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
22
+ github.com/Microsoft/go-winio v0.6.2 // indirect
23
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
24
24
github.com/agext/levenshtein v1.2.3 // indirect
25
25
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
26
- github.com/cloudflare/circl v1.3.7 // indirect
26
+ github.com/cloudflare/circl v1.6.0 // indirect
27
27
github.com/containerd/log v0.1.0 // indirect
28
28
github.com/davecgh/go-spew v1.1.1 // indirect
29
29
github.com/distribution/reference v0.6.0 // indirect
@@ -35,26 +35,25 @@ require (
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
38
- github.com/google/go-cmp v0.6 .0 // indirect
38
+ github.com/google/go-cmp v0.7 .0 // indirect
39
39
github.com/hashicorp/errwrap v1.1.0 // indirect
40
40
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
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.2 // indirect
44
+ github.com/hashicorp/go-plugin v1.6.3 // 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
- github.com/hashicorp/hc-install v0.9.1 // indirect
48
+ github.com/hashicorp/hc-install v0.9.2 // indirect
49
49
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
50
50
github.com/hashicorp/logutils v1.0.0 // indirect
51
- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
52
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
53
- github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
54
- github.com/hashicorp/terraform-registry-address v0.2.4 // 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
55
55
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
56
56
github.com/hashicorp/yamux v0.1.1 // indirect
57
- github.com/kr/pretty v0.3.0 // indirect
58
57
github.com/mattn/go-colorable v0.1.13 // indirect
59
58
github.com/mattn/go-isatty v0.0.20 // indirect
60
59
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -69,27 +68,27 @@ require (
69
68
github.com/opencontainers/image-spec v1.1.0 // indirect
70
69
github.com/pkg/errors v0.9.1 // indirect
71
70
github.com/pmezard/go-difflib v1.0.0 // indirect
72
- github.com/rogpeppe/go-internal v1.8.0 // indirect
73
71
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
74
72
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
75
73
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
76
74
github.com/zclconf/go-cty v1.16.2 // indirect
75
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
77
76
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
78
- go.opentelemetry.io/otel v1.31 .0 // indirect
77
+ go.opentelemetry.io/otel v1.34 .0 // indirect
79
78
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.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.36 .0 // indirect
83
- golang.org/x/net v0.38 .0 // indirect
84
- golang.org/x/sync v0.12 .0 // indirect
85
- golang.org/x/sys v0.31 .0 // indirect
86
- golang.org/x/text v0.23 .0 // indirect
79
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
80
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
81
+ golang.org/x/crypto v0.38 .0 // indirect
82
+ golang.org/x/net v0.39 .0 // indirect
83
+ golang.org/x/sync v0.14 .0 // indirect
84
+ golang.org/x/sys v0.33 .0 // indirect
85
+ golang.org/x/text v0.25 .0 // indirect
87
86
golang.org/x/time v0.5.0 // indirect
88
87
golang.org/x/tools v0.22.0 // indirect
89
88
google.golang.org/appengine v1.6.8 // indirect
90
89
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
91
- google.golang.org/grpc v1.69.4 // indirect
92
- google.golang.org/protobuf v1.36.3 // indirect
90
+ google.golang.org/grpc v1.72.1 // indirect
91
+ google.golang.org/protobuf v1.36.6 // indirect
93
92
gopkg.in/yaml.v3 v3.0.1 // indirect
94
93
gotest.tools/v3 v3.5.1 // indirect
95
94
)
0 commit comments