1
1
module github.com/elastic/terraform-provider-ec
2
2
3
- go 1.22
3
+ go 1.22.0
4
+
5
+ toolchain go1.23.4
4
6
5
7
require (
6
8
github.com/blang/semver v3.5.1+incompatible
@@ -13,9 +15,9 @@ require (
13
15
github.com/hashicorp/terraform-plugin-codegen-openapi v0.3.0
14
16
github.com/hashicorp/terraform-plugin-framework v1.7.0
15
17
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
16
- github.com/hashicorp/terraform-plugin-go v0.22.1
18
+ github.com/hashicorp/terraform-plugin-go v0.25.0
17
19
github.com/hashicorp/terraform-plugin-log v0.9.0
18
- github.com/hashicorp/terraform-plugin-testing v1.5.1
20
+ github.com/hashicorp/terraform-plugin-testing v1.11.0
19
21
github.com/mitchellh/mapstructure v1.5.0
20
22
github.com/oapi-codegen/runtime v1.1.1
21
23
github.com/stretchr/testify v1.9.0
@@ -26,7 +28,7 @@ require (
26
28
github.com/Masterminds/goutils v1.1.1 // indirect
27
29
github.com/Masterminds/semver/v3 v3.2.1 // indirect
28
30
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
29
- github.com/ProtonMail/go-crypto v0.0 .0-20230717121422-5aa5874ade95 // indirect
31
+ github.com/ProtonMail/go-crypto v1.1 .0-alpha.2 // indirect
30
32
github.com/agext/levenshtein v1.2.3 // indirect
31
33
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
32
34
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -51,26 +53,27 @@ require (
51
53
github.com/go-openapi/spec v0.21.0 // indirect
52
54
github.com/go-openapi/swag v0.23.0 // indirect
53
55
github.com/go-openapi/validate v0.24.0 // indirect
54
- github.com/golang/protobuf v1.5.3 // indirect
56
+ github.com/golang/protobuf v1.5.4 // indirect
55
57
github.com/google/go-cmp v0.6.0 // indirect
56
58
github.com/google/uuid v1.6.0 // indirect
57
59
github.com/hashicorp/cli v1.1.6 // indirect
58
60
github.com/hashicorp/errwrap v1.1.0 // indirect
59
61
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
60
62
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
61
63
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
62
- github.com/hashicorp/go-hclog v1.5.0 // indirect
64
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
63
65
github.com/hashicorp/go-multierror v1.1.1 // indirect
64
- github.com/hashicorp/go-plugin v1.6.0 // indirect
66
+ github.com/hashicorp/go-plugin v1.6.2 // indirect
67
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
65
68
github.com/hashicorp/go-uuid v1.0.3 // indirect
66
- github.com/hashicorp/go-version v1.6 .0 // indirect
67
- github.com/hashicorp/hc-install v0.6 .0 // indirect
68
- github.com/hashicorp/hcl/v2 v2.18 .0 // indirect
69
+ github.com/hashicorp/go-version v1.7 .0 // indirect
70
+ github.com/hashicorp/hc-install v0.9 .0 // indirect
71
+ github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
69
72
github.com/hashicorp/logutils v1.0.0 // indirect
70
- github.com/hashicorp/terraform-exec v0.19 .0 // indirect
71
- github.com/hashicorp/terraform-json v0.17.1 // indirect
73
+ github.com/hashicorp/terraform-exec v0.21 .0 // indirect
74
+ github.com/hashicorp/terraform-json v0.23.0 // indirect
72
75
github.com/hashicorp/terraform-plugin-codegen-spec v0.1.1 // indirect
73
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.29 .0 // indirect
76
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.35 .0 // indirect
74
77
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
75
78
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
76
79
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -104,23 +107,23 @@ require (
104
107
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
105
108
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
106
109
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
107
- github.com/zclconf/go-cty v1.14 .0 // indirect
110
+ github.com/zclconf/go-cty v1.15 .0 // indirect
108
111
go.mongodb.org/mongo-driver v1.14.0 // indirect
109
112
go.opentelemetry.io/otel v1.24.0 // indirect
110
113
go.opentelemetry.io/otel/metric v1.24.0 // indirect
111
114
go.opentelemetry.io/otel/trace v1.24.0 // indirect
112
- golang.org/x/crypto v0.23 .0 // indirect
115
+ golang.org/x/crypto v0.29 .0 // indirect
113
116
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
114
- golang.org/x/mod v0.17 .0 // indirect
115
- golang.org/x/net v0.25 .0 // indirect
116
- golang.org/x/sync v0.7 .0 // indirect
117
- golang.org/x/sys v0.20 .0 // indirect
118
- golang.org/x/text v0.16 .0 // indirect
117
+ golang.org/x/mod v0.21 .0 // indirect
118
+ golang.org/x/net v0.28 .0 // indirect
119
+ golang.org/x/sync v0.9 .0 // indirect
120
+ golang.org/x/sys v0.27 .0 // indirect
121
+ golang.org/x/text v0.20 .0 // indirect
119
122
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
120
123
google.golang.org/appengine v1.6.8 // indirect
121
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
122
- google.golang.org/grpc v1.62 .1 // indirect
123
- google.golang.org/protobuf v1.33.0 // indirect
124
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
125
+ google.golang.org/grpc v1.67 .1 // indirect
126
+ google.golang.org/protobuf v1.35.1 // indirect
124
127
gopkg.in/yaml.v2 v2.4.0 // indirect
125
128
gopkg.in/yaml.v3 v3.0.1 // indirect
126
129
)
0 commit comments