Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
github.com/onsi/ginkgo v1.16.5
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.1
github.com/openshift/api v0.0.0-20250929151534-41627d81e9c1
github.com/openshift/api d6ce07951593
github.com/openshift/operator-custom-metrics v0.5.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.67.1
github.com/prometheus/client_golang v1.22.0
Expand All @@ -18,7 +18,7 @@
k8s.io/api v0.33.2
k8s.io/apimachinery v0.33.2
k8s.io/client-go v0.33.2
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
k8s.io/kube-openapi aa012df4f4af
sigs.k8s.io/controller-runtime v0.21.0
sigs.k8s.io/controller-tools v0.16.4
sigs.k8s.io/e2e-framework v0.2.0
Expand Down Expand Up @@ -57,7 +57,7 @@
github.com/gobuffalo/flect v1.0.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
github.com/google/pprof 92041b743c96 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand All @@ -70,7 +70,7 @@
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/openshift/osde2e-common v0.0.0-20230926135644-6a1377aa730b
github.com/openshift/osde2e-common b07512784467
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.62.0 // indirect
Expand All @@ -93,17 +93,17 @@
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.33.2 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
k8s.io/utils ff6756f316d2 // indirect
sigs.k8s.io/json 2d320260d730 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace (
github.com/openshift/api => github.com/openshift/api v0.0.0-20250929151534-41627d81e9c1
github.com/openshift/api => github.com/openshift/api d6ce07951593
k8s.io/api => k8s.io/api v0.33.2
k8s.io/apimachinery => k8s.io/apimachinery v0.33.2
k8s.io/client-go => k8s.io/client-go v0.33.2
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20201125052318-b85a18cbf338
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws 77b3287fd6d4

Check failure on line 107 in go.mod

View check run for this annotation

Red Hat Konflux kflux-prd-rh03 / Konflux kflux-prd-rh03 / ocm-agent-operator-e2e-on-pull-request

go.mod#L107

: replace github.com/openshift/cluster-api-provider-aws: version "v0.2.1-0.20260514140640-77b3287fd6d4" invalid: go.mod has post-v0 module path "sigs.k8s.io/cluster-api-provider-aws/v2" at revision 77b3287fd6d4

Check failure on line 107 in go.mod

View check run for this annotation

Red Hat Konflux kflux-prd-rh03 / Konflux kflux-prd-rh03 / ocm-agent-operator-on-pull-request

go.mod#L107

: replace github.com/openshift/cluster-api-provider-aws: version "v0.2.1-0.20260514140640-77b3287fd6d4" invalid: go.mod has post-v0 module path "sigs.k8s.io/cluster-api-provider-aws/v2" at revision 77b3287fd6d4
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.0.0-20210209143830-3442c7a36c1e
)
Loading