@@ -4,28 +4,30 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/PagerDuty/go-pagerduty v1.8.0
7
+ github.com/aws/aws-sdk-go v1.44.110
7
8
github.com/aws/aws-sdk-go-v2 v1.36.0
8
9
github.com/aws/aws-sdk-go-v2/config v1.29.2
9
10
github.com/aws/aws-sdk-go-v2/credentials v1.17.57
10
11
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.42.5
11
12
github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.1
12
13
github.com/aws/aws-sdk-go-v2/service/sts v1.33.12
13
14
github.com/onsi/gomega v1.36.2
14
- github.com/openshift-online/ocm-sdk-go v0.1.458
15
- github.com/openshift/api v0.0.0-20230720094506-afcbe27aec7c
15
+ github.com/openshift-online/ocm-sdk-go v0.1.462
16
+ github.com/openshift/api v0.0.0-20240522145529-93d6bda14341
16
17
github.com/openshift/aws-account-operator/api v0.0.0-20231122143531-33ce90caf221
17
18
github.com/openshift/backplane-cli v0.1.39
18
19
github.com/openshift/hive/apis v0.0.0-20231116161336-9dd47f8bfa1f
19
20
github.com/openshift/osd-network-verifier v1.2.3
20
- github.com/prometheus/client_golang v1.19.1
21
- github.com/prometheus/common v0.54.0
21
+ github.com/openshift/osde2e-common v0.0.0-20250409072139-f917c50a4bd2
22
+ github.com/prometheus/client_golang v1.22.0
23
+ github.com/prometheus/common v0.63.0
22
24
github.com/spf13/cobra v1.8.1
23
25
go.uber.org/mock v0.4.0
24
26
go.uber.org/zap v1.27.0
25
27
gopkg.in/yaml.v2 v2.4.0
26
- k8s.io/api v0.30 .3
27
- k8s.io/apimachinery v0.30 .3
28
- sigs.k8s.io/controller-runtime v0.12.1
28
+ k8s.io/api v0.31 .3
29
+ k8s.io/apimachinery v0.31 .3
30
+ sigs.k8s.io/controller-runtime v0.19.0
29
31
)
30
32
31
33
require (
@@ -55,7 +57,9 @@ require (
55
57
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
56
58
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
57
59
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
60
+ github.com/evanphx/json-patch/v5 v5.9.0 // indirect
58
61
github.com/fsnotify/fsnotify v1.7.0 // indirect
62
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
59
63
github.com/getkin/kin-openapi v0.113.0 // indirect
60
64
github.com/go-errors/errors v1.4.2 // indirect
61
65
github.com/go-logr/logr v1.4.2 // indirect
@@ -73,18 +77,19 @@ require (
73
77
github.com/golang/protobuf v1.5.4 // indirect
74
78
github.com/google/btree v1.1.3 // indirect
75
79
github.com/google/gnostic-models v0.6.8 // indirect
76
- github.com/google/go-cmp v0.6 .0 // indirect
80
+ github.com/google/go-cmp v0.7 .0 // indirect
77
81
github.com/google/go-github/v63 v63.0.0 // indirect
78
82
github.com/google/go-querystring v1.1.0 // indirect
79
83
github.com/google/gofuzz v1.2.0 // indirect
80
84
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
81
85
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
82
86
github.com/google/uuid v1.6.0 // indirect
83
87
github.com/gorilla/css v1.0.1 // indirect
88
+ github.com/gorilla/websocket v1.5.0 // indirect
84
89
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
85
90
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
86
91
github.com/hashicorp/hcl v1.0.0 // indirect
87
- github.com/imdario/mergo v0.3.13 // indirect
92
+ github.com/imdario/mergo v0.3.15 // indirect
88
93
github.com/inconshreveable/mousetrap v1.1.0 // indirect
89
94
github.com/invopop/yaml v0.1.0 // indirect
90
95
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -101,11 +106,13 @@ require (
101
106
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
102
107
github.com/mitchellh/go-homedir v1.1.0 // indirect
103
108
github.com/mitchellh/mapstructure v1.5.0 // indirect
109
+ github.com/moby/spdystream v0.4.0 // indirect
104
110
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
105
111
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
106
112
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
107
113
github.com/mtibben/percent v0.2.1 // indirect
108
114
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
115
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
109
116
github.com/olekukonko/tablewriter v0.0.5 // indirect
110
117
github.com/openshift-online/ocm-cli v1.0.3 // indirect
111
118
github.com/openshift/backplane-api v0.0.0-20241127094828-0f66644ff53d // indirect
@@ -127,28 +134,30 @@ require (
127
134
github.com/spf13/pflag v1.0.6 // indirect
128
135
github.com/spf13/viper v1.19.0 // indirect
129
136
github.com/subosito/gotenv v1.6.0 // indirect
137
+ github.com/x448/float16 v0.8.4 // indirect
130
138
github.com/xlab/treeprint v1.2.0 // indirect
131
139
github.com/zalando/go-keyring v0.2.3 // indirect
132
- go.uber.org/multierr v1.10 .0 // indirect
140
+ go.uber.org/multierr v1.11 .0 // indirect
133
141
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
134
- golang.org/x/net v0.33 .0 // indirect
142
+ golang.org/x/net v0.35 .0 // indirect
135
143
golang.org/x/oauth2 v0.25.0 // indirect
136
- golang.org/x/sync v0.10 .0 // indirect
137
- golang.org/x/term v0.28 .0 // indirect
138
- golang.org/x/text v0.21 .0 // indirect
144
+ golang.org/x/sync v0.11 .0 // indirect
145
+ golang.org/x/term v0.29 .0 // indirect
146
+ golang.org/x/text v0.22 .0 // indirect
139
147
golang.org/x/time v0.8.0 // indirect
140
148
golang.org/x/tools v0.28.0 // indirect
141
- google.golang.org/protobuf v1.36.1 // indirect
149
+ google.golang.org/protobuf v1.36.5 // indirect
142
150
gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect
143
151
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
144
152
gopkg.in/inf.v0 v0.9.1 // indirect
145
153
gopkg.in/ini.v1 v1.67.0 // indirect
146
154
gopkg.in/yaml.v3 v3.0.1 // indirect
147
155
k8s.io/cli-runtime v0.30.3 // indirect
148
- k8s.io/client-go v0.30 .3 // indirect
149
- k8s.io/klog/v2 v2.120 .1 // indirect
156
+ k8s.io/client-go v0.31 .3 // indirect
157
+ k8s.io/klog/v2 v2.130 .1 // indirect
150
158
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
151
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
159
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
160
+ sigs.k8s.io/e2e-framework v0.5.0 // indirect
152
161
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
153
162
sigs.k8s.io/kustomize/api v0.18.0 // indirect
154
163
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
@@ -161,7 +170,7 @@ require (
161
170
github.com/json-iterator/go v1.1.12 // indirect
162
171
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
163
172
github.com/modern-go/reflect2 v1.0.2 // indirect
164
- github.com/onsi/ginkgo/v2 v2.22.1
165
- golang.org/x/sys v0.29 .0 // indirect
173
+ github.com/onsi/ginkgo/v2 v2.22.2
174
+ golang.org/x/sys v0.30 .0 // indirect
166
175
gotest.tools/v3 v3.5.1
167
176
)
0 commit comments