Skip to content

fix(deps): update github.com/openshift/api digest to 9cbdb71 #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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

Check failure on line 18 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / operator-on-pull-request

go.mod#L18

cannot query module due to -mod=vendor
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
Expand Down Expand Up @@ -185,7 +185,7 @@
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

Check failure on line 188 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / operator-on-pull-request

go.mod#L188

cannot query module due to -mod=vendor
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
Expand Down
Loading