build(all): migrate to go.uber.org/mock (#22315)

This commit is contained in:
Shude Li
2024-10-21 09:58:09 +00:00
committed by GitHub
parent 64e6d882c6
commit fc91e76354
154 changed files with 781 additions and 667 deletions
@@ -10,7 +10,7 @@ import (
types0 "github.com/cosmos/cosmos-sdk/x/auth/types"
types "github.com/cosmos/cosmos-sdk/types"
gomock "github.com/golang/mock/gomock"
gomock "go.uber.org/mock/gomock"
)
// MockAccountKeeper is a mock of AccountKeeper interface.