Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace usages of golang/mock with uber-go/mock #5668

Open
dlipicar opened this issue Aug 6, 2024 · 0 comments · May be fixed by #5848 or #5858
Open

Replace usages of golang/mock with uber-go/mock #5668

dlipicar opened this issue Aug 6, 2024 · 0 comments · May be fixed by #5848 or #5858

Comments

@dlipicar
Copy link
Contributor

dlipicar commented Aug 6, 2024

Problem

We're using gomock to mock stuff in tests. The version we're using is no longer maintained and suggests using a different fork:
https://github.com/golang/mock?tab=readme-ov-file
image

We should use https://github.com/uber-go/mock instead, which is a direct replacement.

@dlipicar dlipicar added this to the 2.31.0 Beta milestone Aug 6, 2024
@igor-sirotin igor-sirotin removed this from the 2.31.0 Beta milestone Aug 29, 2024
@siddarthkay siddarthkay self-assigned this Sep 18, 2024
@dlipicar dlipicar linked a pull request Sep 19, 2024 that will close this issue
@dlipicar dlipicar linked a pull request Sep 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
4 participants