remove genny dependency

This commit is contained in:
Marten Seemann 2022-08-11 16:17:54 +04:00
parent 621e9d4642
commit b372d02ac4
6 changed files with 1 additions and 19 deletions

View file

@ -3,6 +3,6 @@
package quic
import (
_ "github.com/cheekybits/genny"
_ "github.com/golang/mock/mockgen"
_ "github.com/onsi/ginkgo/ginkgo"
)