@@ -8,28 +8,29 @@ require (
8
8
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.7.0
9
9
github.com/go-logr/logr v1.4.2
10
10
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
11
- github.com/google/go-cmp v0.6 .0
11
+ github.com/google/go-cmp v0.7 .0
12
12
github.com/onsi/ginkgo v1.16.5
13
- github.com/onsi/gomega v1.35.1
13
+ github.com/onsi/gomega v1.36.2
14
14
github.com/openshift/api v0.0.0-20250131155403-30a036067514
15
15
github.com/openshift/cluster-logging-operator/api/observability v0.0.0-00010101000000-000000000000
16
16
github.com/openshift/elasticsearch-operator v0.0.0-20220613183908-e1648e67c298
17
+ github.com/openshift/hypershift/api v0.0.0-20250331115040-26fc3ceb1929
17
18
github.com/pavel-v-chernykh/keystore-go/v4 v4.1.0
18
19
github.com/pkg/errors v0.9.1
19
20
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.55.1
20
- github.com/prometheus/client_golang v1.19.1
21
- github.com/spf13/pflag v1.0.5
22
- github.com/stretchr/testify v1.9 .0
23
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
24
- golang.org/x/net v0.30 .0
25
- golang.org/x/sync v0.8 .0
26
- golang.org/x/sys v0.26 .0
21
+ github.com/prometheus/client_golang v1.20.5
22
+ github.com/spf13/pflag v1.0.6
23
+ github.com/stretchr/testify v1.10 .0
24
+ golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
25
+ golang.org/x/net v0.37 .0
26
+ golang.org/x/sync v0.12 .0
27
+ golang.org/x/sys v0.31 .0
27
28
k8s.io/api v0.32.2
28
29
k8s.io/apimachinery v0.32.2
29
30
k8s.io/apiserver v0.32.2
30
31
k8s.io/client-go v0.32.2
31
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
32
- sigs.k8s.io/controller-runtime v0.19.0
32
+ k8s.io/utils v0.0.0-20241210054802-24370beab758
33
+ sigs.k8s.io/controller-runtime v0.19.6
33
34
sigs.k8s.io/yaml v1.4.0
34
35
)
35
36
@@ -43,27 +44,29 @@ require (
43
44
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
44
45
github.com/cespare/xxhash/v2 v2.3.0 // indirect
45
46
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
46
- github.com/emicklei/go-restful/v3 v3.11.2 // indirect
47
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
47
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
48
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
48
49
github.com/felixge/httpsnoop v1.0.4 // indirect
49
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
50
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
50
51
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
51
52
github.com/go-logr/stdr v1.2.2 // indirect
52
53
github.com/go-logr/zapr v1.3.0 // indirect
53
54
github.com/go-openapi/jsonpointer v0.21.0 // indirect
54
- github.com/go-openapi/jsonreference v0.20.4 // indirect
55
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
55
56
github.com/go-openapi/swag v0.23.0 // indirect
56
57
github.com/gogo/protobuf v1.3.2 // indirect
57
58
github.com/golang/protobuf v1.5.4 // indirect
58
59
github.com/google/cel-go v0.22.0 // indirect
59
- github.com/google/gnostic-models v0.6.8 // indirect
60
+ github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
60
61
github.com/google/gofuzz v1.2.0 // indirect
61
62
github.com/google/uuid v1.6.0 // indirect
62
63
github.com/gorilla/websocket v1.5.0 // indirect
63
64
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
64
65
github.com/inconshreveable/mousetrap v1.1.0 // indirect
65
66
github.com/josharian/intern v1.0.0 // indirect
66
67
github.com/json-iterator/go v1.1.12 // indirect
68
+ github.com/klauspost/compress v1.17.9 // indirect
69
+ github.com/kylelemons/godebug v1.1.0 // indirect
67
70
github.com/mailru/easyjson v0.7.7 // indirect
68
71
github.com/moby/spdystream v0.5.0 // indirect
69
72
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -73,7 +76,7 @@ require (
73
76
github.com/nxadm/tail v1.4.8 // indirect
74
77
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
75
78
github.com/prometheus/client_model v0.6.1 // indirect
76
- github.com/prometheus/common v0.55 .0 // indirect
79
+ github.com/prometheus/common v0.61 .0 // indirect
77
80
github.com/prometheus/procfs v0.15.1 // indirect
78
81
github.com/spf13/cobra v1.8.1 // indirect
79
82
github.com/stoewer/go-strcase v1.3.0 // indirect
@@ -88,20 +91,20 @@ require (
88
91
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
89
92
go.uber.org/multierr v1.11.0 // indirect
90
93
go.uber.org/zap v1.27.0 // indirect
91
- golang.org/x/oauth2 v0.23 .0 // indirect
92
- golang.org/x/term v0.25 .0 // indirect
93
- golang.org/x/text v0.19 .0 // indirect
94
- golang.org/x/time v0.7 .0 // indirect
94
+ golang.org/x/oauth2 v0.27 .0 // indirect
95
+ golang.org/x/term v0.30 .0 // indirect
96
+ golang.org/x/text v0.23 .0 // indirect
97
+ golang.org/x/time v0.11 .0 // indirect
95
98
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
96
99
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
97
100
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
98
101
google.golang.org/grpc v1.65.0 // indirect
99
- google.golang.org/protobuf v1.35.1 // indirect
102
+ google.golang.org/protobuf v1.36.4 // indirect
100
103
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
101
104
gopkg.in/inf.v0 v0.9.1 // indirect
102
105
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
103
106
gopkg.in/yaml.v3 v3.0.1 // indirect
104
- k8s.io/apiextensions-apiserver v0.31.0 // indirect
107
+ k8s.io/apiextensions-apiserver v0.32.2 // indirect
105
108
k8s.io/component-base v0.32.2 // indirect
106
109
k8s.io/klog/v2 v2.130.1 // indirect
107
110
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
0 commit comments