1
1
module github.com/RedisLabs/terraform-provider-rediscloud
2
2
3
- go 1.22.4
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/RedisLabs/rediscloud-go-api v0.25.0
7
7
github.com/bflad/tfproviderlint v0.31.0
8
8
github.com/hashicorp/go-cty v1.5.0
9
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
9
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
10
10
github.com/stretchr/testify v1.10.0
11
11
)
12
12
13
13
require (
14
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
14
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
15
15
github.com/agext/levenshtein v1.2.2 // indirect
16
16
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
17
17
github.com/avast/retry-go/v4 v4.6.0 // indirect
18
18
github.com/bflad/gopaniccheck v0.1.0 // indirect
19
- github.com/cloudflare/circl v1.3.7 // indirect
19
+ github.com/cloudflare/circl v1.6.0 // indirect
20
20
github.com/davecgh/go-spew v1.1.1 // indirect
21
21
github.com/fatih/color v1.16.0 // indirect
22
22
github.com/golang/protobuf v1.5.4 // indirect
23
- github.com/google/go-cmp v0.6 .0 // indirect
23
+ github.com/google/go-cmp v0.7 .0 // indirect
24
24
github.com/hashicorp/errwrap v1.0.0 // indirect
25
25
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
26
26
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
27
27
github.com/hashicorp/go-hclog v1.6.3 // indirect
28
28
github.com/hashicorp/go-multierror v1.1.1 // indirect
29
- github.com/hashicorp/go-plugin v1.6.2 // indirect
29
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
30
30
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
31
31
github.com/hashicorp/go-uuid v1.0.3 // indirect
32
32
github.com/hashicorp/go-version v1.7.0 // indirect
33
- github.com/hashicorp/hc-install v0.9.1 // indirect
33
+ github.com/hashicorp/hc-install v0.9.2 // indirect
34
34
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
35
35
github.com/hashicorp/logutils v1.0.0 // indirect
36
- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
37
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
38
- github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
36
+ github.com/hashicorp/terraform-exec v0.23 .0 // indirect
37
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
38
+ github.com/hashicorp/terraform-plugin-go v0.27 .0 // indirect
39
39
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
40
- github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
40
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
41
41
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
42
42
github.com/hashicorp/yamux v0.1.1 // indirect
43
43
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -53,16 +53,16 @@ require (
53
53
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
54
54
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
55
55
github.com/zclconf/go-cty v1.16.2 // indirect
56
- golang.org/x/crypto v0.33 .0 // indirect
57
- golang.org/x/mod v0.23 .0 // indirect
58
- golang.org/x/net v0.35 .0 // indirect
59
- golang.org/x/sync v0.11 .0 // indirect
60
- golang.org/x/sys v0.30 .0 // indirect
61
- golang.org/x/text v0.22 .0 // indirect
56
+ golang.org/x/crypto v0.38 .0 // indirect
57
+ golang.org/x/mod v0.24 .0 // indirect
58
+ golang.org/x/net v0.39 .0 // indirect
59
+ golang.org/x/sync v0.14 .0 // indirect
60
+ golang.org/x/sys v0.33 .0 // indirect
61
+ golang.org/x/text v0.25 .0 // indirect
62
62
golang.org/x/tools v0.30.0 // indirect
63
63
google.golang.org/appengine v1.6.8 // indirect
64
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
65
- google.golang.org/grpc v1.69.4 // indirect
66
- google.golang.org/protobuf v1.36.3 // indirect
64
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
65
+ google.golang.org/grpc v1.72.1 // indirect
66
+ google.golang.org/protobuf v1.36.6 // indirect
67
67
gopkg.in/yaml.v3 v3.0.1 // indirect
68
68
)
0 commit comments