1
1
module github.com/terraform-redhat/terraform-provider-rhcs
2
2
3
- go 1.21
3
+ go 1.22.7
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
- github.com/hashicorp/go-version v1.6 .0
10
+ github.com/hashicorp/go-version v1.7 .0
9
11
github.com/hashicorp/hcl/v2 v2.21.0
10
- github.com/hashicorp/terraform-plugin-docs v0.16 .0
12
+ github.com/hashicorp/terraform-plugin-docs v0.21 .0
11
13
github.com/hashicorp/terraform-plugin-framework v1.11.0
12
14
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
13
15
github.com/hashicorp/terraform-plugin-go v0.23.0
@@ -30,6 +32,8 @@ require (
30
32
)
31
33
32
34
require (
35
+ github.com/BurntSushi/toml v1.2.1 // indirect
36
+ github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
33
37
github.com/agext/levenshtein v1.2.2 // indirect
34
38
github.com/apparentlymart/go-cidr v1.1.0 // indirect
35
39
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -54,22 +58,29 @@ require (
54
58
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.3 // indirect
55
59
github.com/aws/aws-sdk-go-v2/service/sts v1.28.5 // indirect
56
60
github.com/aws/smithy-go v1.20.3 // indirect
61
+ github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
57
62
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
63
+ github.com/hashicorp/cli v1.1.7 // indirect
64
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
65
+ github.com/mattn/go-runewidth v0.0.9 // indirect
58
66
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
59
67
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60
68
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
61
- golang.org/x/net v0.27.0 // indirect
69
+ github.com/yuin/goldmark v1.7.7 // indirect
70
+ github.com/yuin/goldmark-meta v1.1.0 // indirect
71
+ go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
72
+ golang.org/x/net v0.33.0 // indirect
62
73
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
74
+ golang.org/x/sync v0.11 .0 // indirect
75
+ golang.org/x/sys v0.29 .0 // indirect
65
76
k8s.io/klog/v2 v2.110.1 // indirect
66
77
)
67
78
68
79
require (
69
80
github.com/Masterminds/goutils v1.1.1 // indirect
70
81
github.com/Masterminds/semver/v3 v3.2.0 // indirect
71
82
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
72
- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
83
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
73
84
github.com/armon/go-radix v1.0.0 // indirect
74
85
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
75
86
github.com/aymerick/douceur v0.2.0 // indirect
@@ -93,14 +104,14 @@ require (
93
104
github.com/hashicorp/errwrap v1.1.0 // indirect
94
105
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
95
106
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
96
- github.com/hashicorp/go-hclog v1.5.0 // indirect
107
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
97
108
github.com/hashicorp/go-multierror v1.1.1 // indirect
98
109
github.com/hashicorp/go-plugin v1.6.0 // indirect
99
110
github.com/hashicorp/go-uuid v1.0.3 // indirect
100
- github.com/hashicorp/hc-install v0.6.4 // indirect
111
+ github.com/hashicorp/hc-install v0.9.1 // indirect
101
112
github.com/hashicorp/logutils v1.0.0 // indirect
102
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
103
- github.com/hashicorp/terraform-json v0.22.1 // indirect
113
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
114
+ github.com/hashicorp/terraform-json v0.24.0 // indirect
104
115
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
105
116
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
106
117
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -118,10 +129,9 @@ require (
118
129
github.com/jackc/pgx/v4 v4.18.3 // indirect
119
130
github.com/jmespath/go-jmespath v0.4.0 // indirect
120
131
github.com/json-iterator/go v1.1.12 // indirect
121
- github.com/mattn/go-colorable v0.1.13 // indirect
132
+ github.com/mattn/go-colorable v0.1.14 // indirect
122
133
github.com/mattn/go-isatty v0.0.20 // indirect
123
134
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
124
- github.com/mitchellh/cli v1.1.5 // indirect
125
135
github.com/mitchellh/copystructure v1.2.0 // indirect
126
136
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
127
137
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -133,18 +143,17 @@ require (
133
143
github.com/prometheus/client_model v0.6.1 // indirect
134
144
github.com/prometheus/common v0.55.0 // indirect
135
145
github.com/prometheus/procfs v0.15.1 // indirect
136
- github.com/russross/blackfriday v1.6.0 // indirect
137
146
github.com/sethvargo/go-password v0.3.1
138
147
github.com/shopspring/decimal v1.3.1 // indirect
139
148
github.com/spf13/cast v1.5.0 // indirect
140
149
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
141
150
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
142
- github.com/zclconf/go-cty v1.14.4 // indirect
143
- golang.org/x/crypto v0.25 .0 // indirect
151
+ github.com/zclconf/go-cty v1.16.2 // indirect
152
+ golang.org/x/crypto v0.32 .0 // indirect
144
153
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
145
- golang.org/x/mod v0.17 .0 // indirect
146
- golang.org/x/text v0.16 .0 // indirect
147
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
154
+ golang.org/x/mod v0.22 .0 // indirect
155
+ golang.org/x/text v0.22 .0 // indirect
156
+ golang.org/x/tools v0.22.0 // indirect
148
157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
149
158
google.golang.org/grpc v1.63.2 // indirect
150
159
google.golang.org/protobuf v1.34.2 // indirect
0 commit comments