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

@@ -13,7 +13,8 @@ import (
"time"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/golang/mock/gomock"
"go.uber.org/mock/gomock"
"github.com/gorilla/mux"
"github.com/pkg/errors"
"github.com/prysmaticlabs/go-bitfield"