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
|
@ -11,7 +11,6 @@ import (
|
|||
|
||||
"golang.org/x/exp/rand"
|
||||
|
||||
"github.com/golang/mock/gomock"
|
||||
"github.com/quic-go/quic-go/internal/ackhandler"
|
||||
"github.com/quic-go/quic-go/internal/mocks"
|
||||
"github.com/quic-go/quic-go/internal/protocol"
|
||||
|
@ -20,6 +19,7 @@ import (
|
|||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/onsi/gomega/gbytes"
|
||||
"go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
var _ = Describe("Send Stream", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue