mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 04:42:56 +02:00
core/mock: switch to uber mock (#5073)
* core/mock: switch to uber mock * merge main
This commit is contained in:
parent
deb6f67094
commit
fab2181be4
14 changed files with 98 additions and 96 deletions
|
@ -7,8 +7,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/golang/mock/gomock"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"go.uber.org/mock/gomock"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
"google.golang.org/protobuf/types/known/durationpb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue