From 6e031d39737a6c9af3fd62d6b37d054e6409afdf Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 14:20:15 +0000 Subject: [PATCH] fix(deps): update github.com/openshift/api digest to 998cd53 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6af28e7c..30f88afc 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/google/uuid v1.6.0 github.com/onsi/ginkgo/v2 v2.22.2 github.com/onsi/gomega v1.36.2 - github.com/openshift/api v3.9.1-0.20190916204813-cdbe64fb0c91+incompatible + github.com/openshift/api 998cd533c060 github.com/openshift/client-go v0.0.0-20240115204758-e6bf7d631d5e // release-4.16 github.com/operator-framework/api v0.27.0 github.com/operator-framework/operator-lifecycle-manager v0.30.0 @@ -185,7 +185,7 @@ require ( replace ( // Usually not needed unless we have newer k8s.io deps and argocd still uses an old gitops-engine // github.com/argoproj/gitops-engine => github.com/argoproj/gitops-engine v0.0.0-20240905010810-bd7681ae3f8b - github.com/openshift/api => github.com/openshift/api v0.0.0-20240124164020-e2ce40831f2e + github.com/openshift/api => github.com/openshift/api 998cd533c060 github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20240115204758-e6bf7d631d5e // Caused by Argo importing 'k8s.io/api' // Override all the v0.0.0 entries