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

Switch gomock library #13639

Merged
merged 8 commits into from
Feb 21, 2024
Merged

Switch gomock library #13639

merged 8 commits into from
Feb 21, 2024

Conversation

saolyn
Copy link
Contributor

@saolyn saolyn commented Feb 21, 2024

What type of PR is this?

Other

What does this PR do? Why is it needed?

I had to install gomock to regenerate some files and it turns out that the repo we are currently using is no longer being maintained and was recommending using go.uber.org/mock instead.

This PR updates all our dependencies and generated files to use this instead.

Other notes for review

@saolyn saolyn changed the title Switch mockgen library Switch gomock library Feb 21, 2024
@saolyn saolyn marked this pull request as ready for review February 21, 2024 01:22
@saolyn saolyn requested a review from a team as a code owner February 21, 2024 01:22
@saolyn saolyn requested review from kasey and nalepae February 21, 2024 01:22
testing/validator-mock/validator_client_mock.go Outdated Show resolved Hide resolved
testing/validator-mock/validator_client_mock.go Outdated Show resolved Hide resolved
validator/client/beacon-api/mock/json_rest_handler_mock.go Outdated Show resolved Hide resolved
validator/client/beacon-api/mock/json_rest_handler_mock.go Outdated Show resolved Hide resolved
Copy link
Member

@prestonvanloon prestonvanloon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run ./hack/update-mockgen.sh again. Looks like some extra stuff as @rkapka mentioned

rkapka
rkapka previously approved these changes Feb 21, 2024
prestonvanloon
prestonvanloon previously approved these changes Feb 21, 2024
@saolyn saolyn added this pull request to the merge queue Feb 21, 2024
Merged via the queue into develop with commit 4ff91be Feb 21, 2024
17 checks passed
@saolyn saolyn deleted the update-mockgen branch February 21, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants