1
1
module github.com/terraform-redhat/terraform-provider-rhcs
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
- toolchain go1.23.9
5
+ toolchain go1.24.6
6
6
7
7
require (
8
8
github.com/Masterminds/semver v1.5.0
9
9
github.com/aws/aws-sdk-go v1.45.26
10
10
github.com/hashicorp/go-version v1.6.0
11
11
github.com/hashicorp/hcl/v2 v2.21.0
12
12
github.com/hashicorp/terraform-plugin-docs v0.16.0
13
- github.com/hashicorp/terraform-plugin-framework v1.11.0
13
+ github.com/hashicorp/terraform-plugin-framework v1.16.1
14
14
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
15
- github.com/hashicorp/terraform-plugin-go v0.23 .0
15
+ github.com/hashicorp/terraform-plugin-go v0.29 .0
16
16
github.com/hashicorp/terraform-plugin-log v0.9.0
17
17
github.com/hashicorp/terraform-plugin-sdk v1.17.2
18
18
github.com/onsi/ginkgo/v2 v2.17.1
@@ -56,7 +56,7 @@ require (
56
56
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.3 // indirect
57
57
github.com/aws/aws-sdk-go-v2/service/sts v1.28.5 // indirect
58
58
github.com/aws/smithy-go v1.20.3 // indirect
59
- github.com/go-jose/go-jose/v4 v4.0.2 // indirect
59
+ github.com/go-jose/go-jose/v4 v4.1.1 // indirect
60
60
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
61
61
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
62
62
github.com/openshift-online/ocm-api-model/clientapi v0.0.432-0.20250828221234-d914d24fd262 // indirect
@@ -85,7 +85,7 @@ require (
85
85
github.com/cloudflare/circl v1.3.7 // indirect
86
86
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
87
87
github.com/fatih/color v1.16.0 // indirect
88
- github.com/go-logr/logr v1.4.1 // indirect
88
+ github.com/go-logr/logr v1.4.3 // indirect
89
89
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
90
90
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
91
91
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
@@ -98,17 +98,17 @@ require (
98
98
github.com/hashicorp/errwrap v1.1.0 // indirect
99
99
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
100
100
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
101
- github.com/hashicorp/go-hclog v1.5.0 // indirect
101
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
102
102
github.com/hashicorp/go-multierror v1.1.1 // indirect
103
- github.com/hashicorp/go-plugin v1.6 .0 // indirect
103
+ github.com/hashicorp/go-plugin v1.7 .0 // indirect
104
104
github.com/hashicorp/go-uuid v1.0.3 // indirect
105
105
github.com/hashicorp/hc-install v0.6.4 // indirect
106
106
github.com/hashicorp/logutils v1.0.0 // indirect
107
107
github.com/hashicorp/terraform-exec v0.21.0 // indirect
108
108
github.com/hashicorp/terraform-json v0.22.1 // indirect
109
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
109
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
110
110
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
111
- github.com/hashicorp/yamux v0.1.1 // indirect
111
+ github.com/hashicorp/yamux v0.1.2 // indirect
112
112
github.com/huandu/xstrings v1.3.3 // indirect
113
113
github.com/imdario/mergo v0.3.15 // indirect
114
114
github.com/itchyny/gojq v0.12.7 // indirect
@@ -132,7 +132,7 @@ require (
132
132
github.com/mitchellh/reflectwalk v1.0.2 // indirect
133
133
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
134
134
github.com/modern-go/reflect2 v1.0.2 // indirect
135
- github.com/oklog/run v1.0 .0 // indirect
135
+ github.com/oklog/run v1.1 .0 // indirect
136
136
github.com/posener/complete v1.2.3 // indirect
137
137
github.com/prometheus/client_golang v1.23.2 // indirect
138
138
github.com/prometheus/client_model v0.6.2 // indirect
@@ -150,7 +150,7 @@ require (
150
150
golang.org/x/mod v0.26.0 // indirect
151
151
golang.org/x/text v0.28.0 // indirect
152
152
golang.org/x/tools v0.35.0 // indirect
153
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
154
- google.golang.org/grpc v1.63.2 // indirect
155
- google.golang.org/protobuf v1.36.8 // indirect
153
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
154
+ google.golang.org/grpc v1.75.1 // indirect
155
+ google.golang.org/protobuf v1.36.9 // indirect
156
156
)
0 commit comments