1
1
module github.com/terraform-redhat/terraform-provider-rhcs
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.9
4
6
5
7
require (
6
8
github.com/Masterminds/semver v1.5.0
7
9
github.com/aws/aws-sdk-go v1.45.26
8
10
github.com/hashicorp/go-version v1.6.0
9
11
github.com/hashicorp/hcl/v2 v2.21.0
10
12
github.com/hashicorp/terraform-plugin-docs v0.16.0
11
- github.com/hashicorp/terraform-plugin-framework v1.11.0
12
- github.com/hashicorp/terraform-plugin-framework-validators v0.12 .0
13
- github.com/hashicorp/terraform-plugin-go v0.23 .0
13
+ github.com/hashicorp/terraform-plugin-framework v1.14.1
14
+ github.com/hashicorp/terraform-plugin-framework-validators v0.18 .0
15
+ github.com/hashicorp/terraform-plugin-go v0.26 .0
14
16
github.com/hashicorp/terraform-plugin-log v0.9.0
15
17
github.com/hashicorp/terraform-plugin-sdk v1.17.2
16
18
github.com/onsi/ginkgo/v2 v2.17.1
@@ -58,10 +60,10 @@ require (
58
60
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
59
61
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60
62
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
61
- golang.org/x/net v0.27 .0 // indirect
62
- golang.org/x/oauth2 v0.21 .0 // indirect
63
- golang.org/x/sync v0.7 .0 // indirect
64
- golang.org/x/sys v0.22 .0 // indirect
63
+ golang.org/x/net v0.34 .0 // indirect
64
+ golang.org/x/oauth2 v0.23 .0 // indirect
65
+ golang.org/x/sync v0.10 .0 // indirect
66
+ golang.org/x/sys v0.29 .0 // indirect
65
67
k8s.io/klog/v2 v2.110.1 // indirect
66
68
)
67
69
@@ -80,13 +82,13 @@ require (
80
82
github.com/cloudflare/circl v1.3.7 // indirect
81
83
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
82
84
github.com/fatih/color v1.16.0 // indirect
83
- github.com/go-logr/logr v1.4.1 // indirect
85
+ github.com/go-logr/logr v1.4.2 // indirect
84
86
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
85
87
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
86
88
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
87
89
github.com/golang/glog v1.2.2 // indirect
88
90
github.com/golang/protobuf v1.5.4 // indirect
89
- github.com/google/go-cmp v0.6 .0 // indirect
91
+ github.com/google/go-cmp v0.7 .0 // indirect
90
92
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
91
93
github.com/google/uuid v1.6.0 // indirect
92
94
github.com/gorilla/css v1.0.1 // indirect
@@ -95,13 +97,13 @@ require (
95
97
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
96
98
github.com/hashicorp/go-hclog v1.5.0 // indirect
97
99
github.com/hashicorp/go-multierror v1.1.1 // indirect
98
- github.com/hashicorp/go-plugin v1.6.0 // indirect
100
+ github.com/hashicorp/go-plugin v1.6.2 // indirect
99
101
github.com/hashicorp/go-uuid v1.0.3 // indirect
100
102
github.com/hashicorp/hc-install v0.6.4 // indirect
101
103
github.com/hashicorp/logutils v1.0.0 // indirect
102
104
github.com/hashicorp/terraform-exec v0.21.0 // indirect
103
105
github.com/hashicorp/terraform-json v0.22.1 // indirect
104
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
106
+ github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
105
107
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
106
108
github.com/hashicorp/yamux v0.1.1 // indirect
107
109
github.com/huandu/xstrings v1.3.3 // indirect
@@ -140,12 +142,12 @@ require (
140
142
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
141
143
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
142
144
github.com/zclconf/go-cty v1.14.4 // indirect
143
- golang.org/x/crypto v0.25 .0 // indirect
145
+ golang.org/x/crypto v0.32 .0 // indirect
144
146
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
145
147
golang.org/x/mod v0.17.0 // indirect
146
- golang.org/x/text v0.16 .0 // indirect
148
+ golang.org/x/text v0.21 .0 // indirect
147
149
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
148
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
149
- google.golang.org/grpc v1.63.2 // indirect
150
- google.golang.org/protobuf v1.34.2 // indirect
150
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
151
+ google.golang.org/grpc v1.69.4 // indirect
152
+ google.golang.org/protobuf v1.36.3 // indirect
151
153
)
0 commit comments