kubernetes-sigs / kube-scheduler-simulator

The simulator for the Kubernetes scheduler
Apache License 2.0
769 stars 129 forks source link

Replace golang/mock with uber-go/mock #363

Open saza-ku opened 1 month ago

saza-ku commented 1 month ago

gomock is deprecated. Its maintained fork is uber-go/mock.

ref: https://github.com/golang/mock

This repo and tool are no longer maintained. Please see go.uber.org/mock for a maintained fork instead.

sanposhiho commented 1 month ago

/kind cleanup