chore: use uber gomock instead of golang/mock (#5075)

This commit is contained in:
Kevin Wan
2025-08-10 23:01:08 +08:00
committed by GitHub
parent b7f601c912
commit 1c9d339361
8 changed files with 62 additions and 54 deletions

View File

@@ -4,7 +4,7 @@ import (
"sync"
"testing"
"github.com/golang/mock/gomock"
"go.uber.org/mock/gomock"
"google.golang.org/grpc/connectivity"
)