migrate to Ginkgo v2

This commit is contained in:
Marten Seemann 2022-10-11 13:10:27 +04:00
parent c9a878858e
commit 870fbe7ab0
186 changed files with 267 additions and 243 deletions

View file

@ -4,5 +4,5 @@ package quic
import (
_ "github.com/golang/mock/mockgen"
_ "github.com/onsi/ginkgo/ginkgo"
_ "github.com/onsi/ginkgo/v2/ginkgo"
)