@@ -6,29 +6,29 @@ require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/fsnotify/fsnotify v1.8.0
8
8
github.com/go-logr/logr v1.4.2
9
- github.com/google/cel-go v0.23.1
9
+ github.com/google/cel-go v0.23.2
10
10
github.com/kubevirt/monitoring/pkg/metrics/parser v0.0.0-20230706095033-373a95665d5a
11
- github.com/machadovilaca/operator-observability v0.0.25
11
+ github.com/machadovilaca/operator-observability v0.0.26
12
12
github.com/onsi/ginkgo/v2 v2.22.2
13
13
github.com/onsi/gomega v1.36.2
14
14
github.com/openshift/api v0.0.0-20240702171116-4b89b3a92a17 // release-4.16
15
15
github.com/openshift/custom-resource-status v1.1.2
16
16
github.com/openshift/library-go v0.0.0-20240711192904-190fec8c3f09 // release-4.16
17
17
github.com/operator-framework/api v0.29.0
18
18
github.com/operator-framework/operator-lib v0.17.0
19
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2
19
+ github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.0
20
20
github.com/prometheus/client_golang v1.20.5
21
21
github.com/prometheus/client_model v0.6.1
22
22
github.com/prometheus/common v0.62.0
23
23
github.com/spf13/cobra v1.8.1
24
24
github.com/spf13/pflag v1.0.6
25
25
github.com/tektoncd/pipeline v0.66.0
26
26
gomodules.xyz/jsonpatch/v2 v2.4.0
27
- k8s.io/api v0.32.1
28
- k8s.io/apiextensions-apiserver v0.32.1
29
- k8s.io/apimachinery v0.32.1
30
- k8s.io/client-go v0.32.1
31
- k8s.io/kube-aggregator v0.32.1
27
+ k8s.io/api v0.32.2
28
+ k8s.io/apiextensions-apiserver v0.32.2
29
+ k8s.io/apimachinery v0.32.2
30
+ k8s.io/client-go v0.32.2
31
+ k8s.io/kube-aggregator v0.32.2
32
32
k8s.io/utils v0.0.0-20241210054802-24370beab758
33
33
kubevirt.io/api v1.4.0
34
34
kubevirt.io/containerized-data-importer-api v1.61.1
@@ -40,7 +40,7 @@ require (
40
40
)
41
41
42
42
require (
43
- cel.dev/expr v0.19.2 // indirect
43
+ cel.dev/expr v0.20.0 // indirect
44
44
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
45
45
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
46
46
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
@@ -69,7 +69,7 @@ require (
69
69
github.com/google/uuid v1.6.0 // indirect
70
70
github.com/gorilla/websocket v1.5.3 // indirect
71
71
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
72
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
72
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
73
73
github.com/hashicorp/errwrap v1.1.0 // indirect
74
74
github.com/hashicorp/go-multierror v1.1.1 // indirect
75
75
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -95,23 +95,23 @@ require (
95
95
go.uber.org/zap v1.27.0 // indirect
96
96
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
97
97
golang.org/x/net v0.35.0 // indirect
98
- golang.org/x/oauth2 v0.25 .0 // indirect
98
+ golang.org/x/oauth2 v0.26 .0 // indirect
99
99
golang.org/x/sync v0.11.0 // indirect
100
100
golang.org/x/sys v0.30.0 // indirect
101
101
golang.org/x/term v0.29.0 // indirect
102
102
golang.org/x/text v0.22.0 // indirect
103
- golang.org/x/time v0.9 .0 // indirect
104
- golang.org/x/tools v0.29 .0 // indirect
105
- google.golang.org/api v0.219 .0 // indirect
106
- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
107
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
103
+ golang.org/x/time v0.10 .0 // indirect
104
+ golang.org/x/tools v0.30 .0 // indirect
105
+ google.golang.org/api v0.221 .0 // indirect
106
+ google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 // indirect
107
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
108
108
google.golang.org/grpc v1.70.0 // indirect
109
- google.golang.org/protobuf v1.36.4 // indirect
109
+ google.golang.org/protobuf v1.36.5 // indirect
110
110
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
111
111
gopkg.in/inf.v0 v0.9.1 // indirect
112
112
gopkg.in/yaml.v2 v2.4.0 // indirect
113
113
gopkg.in/yaml.v3 v3.0.1 // indirect
114
- k8s.io/apiserver v0.32.1 // indirect
114
+ k8s.io/apiserver v0.32.2 // indirect
115
115
k8s.io/klog/v2 v2.130.1 // indirect
116
116
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
117
117
knative.dev/pkg v0.0.0-20240416145024-0f34a8815650 // indirect
0 commit comments