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