switch from unmaintained golang/mock to go.uber.org/mock (#4050)

This commit is contained in:
Marten Seemann 2023-08-28 16:23:55 +07:00 committed by GitHub
parent 8f34488c76
commit 2797f85fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
87 changed files with 130 additions and 167 deletions

View file

@ -9,9 +9,9 @@ import (
net "net"
reflect "reflect"
gomock "github.com/golang/mock/gomock"
quic "github.com/quic-go/quic-go"
qerr "github.com/quic-go/quic-go/internal/qerr"
gomock "go.uber.org/mock/gomock"
)
// MockEarlyConnection is a mock of EarlyConnection interface.