vmware-archive / kubernetes-image-mapper

[Prototype] Apply relocation mappings on the fly to kubernetes resources
Apache License 2.0
0 stars 2 forks source link

Align dependencies with those of controller runtime #13

Closed glyn closed 2 years ago

glyn commented 4 years ago

Make the following dependencies in go.mod have the same version as those in the go.mod of the version of sigs.k8s.io/controller-runtime that we depend on:

k8s.io/api
k8s.io/apiextensions-apiserver
k8s.io/apimachinery
k8s.io/client-go

Also, add target for installing ginkgo.