Update Registry Operator's k8s dependencies #1307
Labels
area/registry
Devfile registry for stacks and infrastructure
dependencies
Pull requests that update a dependency file
Which area/kind this issue is related to?
/area registry
Issue Description
As part of #1303 we should check if we can update the dependency (direct or indirect) of
k8s.io/apimachinery
. This dependency is using thegolang.org/x/[email protected]
which should be updated to a newer version.As inside
go.mod
we are including theapimachinery
as an indirect dependency we should update the direct depency that is importing it.Acceptance Criteria
k8s/apimachinery
should be updated.The text was updated successfully, but these errors were encountered: