core/mock: switch to uber mock (#5073)

* core/mock: switch to uber mock

* merge main
This commit is contained in:
Caleb Doxsey 2024-04-16 12:23:00 -06:00 committed by GitHub
parent deb6f67094
commit fab2181be4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 98 additions and 96 deletions

View file

@ -5,9 +5,9 @@ import (
"testing"
"time"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"