mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-29 18:16:42 +00:00
adding k8s.io/cri-client to the replace section in the go.mod to fix below problem ``` running: go list -mod=readonly -m all go: k8s.io/cri-client@v0.0.0: invalid version: unknown revision v0.0.0 ``` Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>