@@ -13,7 +13,7 @@ require (
13
13
github.com/apparentlymart/go-cidr v1.1.0
14
14
github.com/aws/amazon-vpc-cni-k8s v1.15.4
15
15
github.com/aws/aws-lambda-go v1.41.0
16
- github.com/aws/aws-sdk-go v1.44.332
16
+ github.com/aws/aws-sdk-go v1.45.26
17
17
github.com/awslabs/goformation/v4 v4.19.5
18
18
github.com/blang/semver v3.5.1+incompatible
19
19
github.com/coreos/ignition v0.35.0
@@ -26,12 +26,16 @@ require (
26
26
github.com/google/gofuzz v1.2.0
27
27
github.com/onsi/ginkgo/v2 v2.13.1
28
28
github.com/onsi/gomega v1.30.0
29
- github.com/openshift-online/ocm-sdk-go v0.1.388
29
+ github.com/openshift-online/ocm-common v0.0.0-20240129111424-ff8c6c11d909
30
+ github.com/openshift-online/ocm-sdk-go v0.1.403
31
+ github.com/openshift/rosa v1.2.35-rc1.0.20240221134836-0beb882e5836
30
32
github.com/pkg/errors v0.9.1
31
- github.com/prometheus/client_golang v1.17 .0
33
+ github.com/prometheus/client_golang v1.18 .0
32
34
github.com/sergi/go-diff v1.3.1
35
+ github.com/sirupsen/logrus v1.9.3
33
36
github.com/spf13/cobra v1.8.0
34
37
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
38
+ github.com/zgalor/weberr v0.6.0
35
39
golang.org/x/crypto v0.18.0
36
40
golang.org/x/text v0.14.0
37
41
gopkg.in/yaml.v2 v2.4.0
@@ -64,9 +68,13 @@ require (
64
68
github.com/adrg/xdg v0.4.0 // indirect
65
69
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
66
70
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
71
+ github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
72
+ github.com/aws/aws-sdk-go-v2/service/iam v1.27.1 // indirect
73
+ github.com/aws/smithy-go v1.19.0 // indirect
67
74
github.com/aymerick/douceur v0.2.0 // indirect
68
75
github.com/beorn7/perks v1.0.1 // indirect
69
76
github.com/blang/semver/v4 v4.0.0 // indirect
77
+ github.com/briandowns/spinner v1.11.1 // indirect
70
78
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
71
79
github.com/cespare/xxhash/v2 v2.2.0 // indirect
72
80
github.com/chai2010/gettext-go v1.0.2 // indirect
@@ -93,6 +101,7 @@ require (
93
101
github.com/felixge/httpsnoop v1.0.4 // indirect
94
102
github.com/fsnotify/fsnotify v1.6.0 // indirect
95
103
github.com/fvbommel/sortorder v1.1.0 // indirect
104
+ github.com/ghodss/yaml v1.0.0 // indirect
96
105
github.com/go-errors/errors v1.4.2 // indirect
97
106
github.com/go-logr/stdr v1.2.2 // indirect
98
107
github.com/go-logr/zapr v1.2.4 // indirect
@@ -103,7 +112,7 @@ require (
103
112
github.com/gobuffalo/flect v1.0.2 // indirect
104
113
github.com/gogo/protobuf v1.3.2 // indirect
105
114
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
106
- github.com/golang/glog v1.1.2 // indirect
115
+ github.com/golang/glog v1.2.0 // indirect
107
116
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
108
117
github.com/golang/protobuf v1.5.3 // indirect
109
118
github.com/google/btree v1.0.1 // indirect
@@ -115,11 +124,12 @@ require (
115
124
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
116
125
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
117
126
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
118
- github.com/google/uuid v1.3.1 // indirect
119
- github.com/gorilla/css v1.0.0 // indirect
127
+ github.com/google/uuid v1.6.0 // indirect
128
+ github.com/gorilla/css v1.0.1 // indirect
120
129
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
121
130
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
122
131
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
132
+ github.com/hashicorp/go-version v1.6.0 // indirect
123
133
github.com/hashicorp/hcl v1.0.0 // indirect
124
134
github.com/huandu/xstrings v1.4.0 // indirect
125
135
github.com/imdario/mergo v0.3.13 // indirect
@@ -135,8 +145,7 @@ require (
135
145
github.com/mattn/go-colorable v0.1.13 // indirect
136
146
github.com/mattn/go-isatty v0.0.20 // indirect
137
147
github.com/mattn/go-runewidth v0.0.14 // indirect
138
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
139
- github.com/microcosm-cc/bluemonday v1.0.18 // indirect
148
+ github.com/microcosm-cc/bluemonday v1.0.26 // indirect
140
149
github.com/mitchellh/copystructure v1.2.0 // indirect
141
150
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
142
151
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -155,16 +164,17 @@ require (
155
164
github.com/pelletier/go-toml v1.9.5 // indirect
156
165
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
157
166
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
158
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
159
- github.com/prometheus/common v0.44 .0 // indirect
160
- github.com/prometheus/procfs v0.11.1 // indirect
167
+ github.com/prometheus/client_model v0.5.0 // indirect
168
+ github.com/prometheus/common v0.46 .0 // indirect
169
+ github.com/prometheus/procfs v0.12.0 // indirect
161
170
github.com/rivo/uniseg v0.4.2 // indirect
162
171
github.com/russross/blackfriday/v2 v2.1.0 // indirect
163
172
github.com/sagikazarmark/locafero v0.3.0 // indirect
164
173
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
165
174
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b // indirect
166
175
github.com/sanathkr/yaml v0.0.0-20170819201035-0056894fa522 // indirect
167
176
github.com/shopspring/decimal v1.3.1 // indirect
177
+ github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
168
178
github.com/sourcegraph/conc v0.3.0 // indirect
169
179
github.com/spf13/afero v1.10.0 // indirect
170
180
github.com/spf13/cast v1.5.1 // indirect
@@ -174,6 +184,7 @@ require (
174
184
github.com/valyala/fastjson v1.6.4 // indirect
175
185
github.com/vincent-petithory/dataurl v1.0.0 // indirect
176
186
github.com/xlab/treeprint v1.2.0 // indirect
187
+ gitlab.com/c0b/go-ordered-json v0.0.0-20171130231205-49bbdab258c2 // indirect
177
188
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
178
189
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
179
190
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
@@ -190,20 +201,20 @@ require (
190
201
go.uber.org/multierr v1.11.0 // indirect
191
202
go.uber.org/zap v1.25.0 // indirect
192
203
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
193
- golang.org/x/net v0.18 .0 // indirect
194
- golang.org/x/oauth2 v0.14 .0 // indirect
204
+ golang.org/x/net v0.20 .0 // indirect
205
+ golang.org/x/oauth2 v0.16 .0 // indirect
195
206
golang.org/x/sync v0.4.0 // indirect
196
207
golang.org/x/sys v0.16.0 // indirect
197
208
golang.org/x/term v0.16.0 // indirect
198
209
golang.org/x/time v0.3.0 // indirect
199
210
golang.org/x/tools v0.14.0 // indirect
200
211
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
201
- google.golang.org/appengine v1.6.7 // indirect
212
+ google.golang.org/appengine v1.6.8 // indirect
202
213
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
203
214
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
204
215
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
205
216
google.golang.org/grpc v1.59.0 // indirect
206
- google.golang.org/protobuf v1.31 .0 // indirect
217
+ google.golang.org/protobuf v1.32 .0 // indirect
207
218
gopkg.in/inf.v0 v0.9.1 // indirect
208
219
gopkg.in/ini.v1 v1.67.0 // indirect
209
220
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments