forked from quic-go/quic-go
switch from unmaintained golang/mock to go.uber.org/mock (#4050)
This commit is contained in:
@@ -7,7 +7,7 @@ package quic
|
||||
import (
|
||||
reflect "reflect"
|
||||
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
gomock "go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
// MockTokenStore is a mock of TokenStore interface.
|
||||
|
||||
Reference in New Issue
Block a user