Skip to content

fix(deps): update github.com/openshift/api digest to 88b2b21 #213

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: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openshift/cluster-api-provider-agent/api
go 1.21

require (
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094
github.com/openshift/api 88b2b21555f3
k8s.io/apimachinery v0.29.9
k8s.io/client-go v0.29.9
sigs.k8s.io/cluster-api v1.7.6
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // indirect
github.com/openshift/api 88b2b21555f3 // indirect
github.com/openshift/assisted-service v1.0.10-0.20250804074851-6f4dcedb99dc // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
Expand Down