rancher / rancher

Complete container management platform
http://rancher.com
Apache License 2.0
23.28k stars 2.95k forks source link

Upgrade gomock dependency #46972

Closed aruiz14 closed 1 week ago

aruiz14 commented 3 weeks ago

github.com/golang/mock is no longer maintained (archived since June'23, latest release on June'21). The README suggest to use the fork at go.uber.org/mock. It's a drop-in replacement, so the changes introduced are really minimal.

This library is used in many places, so this will need to applied in different projects:

aruiz14 commented 2 weeks ago

lasso and wrangler were merged, but we'll need new versions being released in order to upgrade Rancher.

aruiz14 commented 1 week ago

@JonCrowther did the rancher part of the upgrade at https://github.com/rancher/rancher/pull/47128, so this can be closed now!