Switch gomock library (#13639)

* Update gomock

* Update mockgen

* Gaz

* Go mod

* Cleanup

* Regenerate gomock

* Manually fix import
This commit is contained in:
Sammy Rosso
2024-02-21 10:37:17 -08:00
committed by GitHub
parent f85e027141
commit 4ff91bebf8
94 changed files with 452 additions and 384 deletions

View File

@@ -2,6 +2,7 @@
# Script to update mock files after proto/prysm/v1alpha1/services.proto changes.
# Use a space to separate mock destination from its interfaces.
# Be sure to install mockgen before use: https://github.com/uber-go/mock
mock_path="testing/mock"
iface_mock_path="testing/validator-mock"