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
87 changed files with 130 additions and 167 deletions

View File

@@ -12,10 +12,9 @@ import (
"github.com/quic-go/quic-go/internal/utils"
"github.com/quic-go/quic-go/logging"
"github.com/golang/mock/gomock"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"go.uber.org/mock/gomock"
)
type nullMultiplexer struct{}