mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
switch from unmaintained golang/mock to go.uber.org/mock (#4050)
This commit is contained in:
parent
8f34488c76
commit
2797f85fc0
87 changed files with 130 additions and 167 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
http "net/http"
|
||||
reflect "reflect"
|
||||
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
gomock "go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
// MockRoundTripCloser is a mock of RoundTripCloser interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue