update Ginkgo to v1.16.4 and Gomega to v1.13.0

This commit is contained in:
Marten Seemann 2021-04-04 15:09:56 +07:00
parent 2945227751
commit f4f6ce97d7
4 changed files with 47 additions and 14 deletions

7
tools.go Normal file
View file

@ -0,0 +1,7 @@
// +build tools
package quic
import (
_ "github.com/onsi/ginkgo/ginkgo"
)