update qtls to include the crypto/tls fix of Go 1.16.6 / 1.15.14

See https://groups.google.com/g/golang-dev/c/5LJ2V7rd-Ag/m/YGLHVBZ6AAAJ for
details.
This commit is contained in:
Marten Seemann 2021-07-13 11:03:29 -04:00
parent 625948e463
commit b3ba6e3719
2 changed files with 6 additions and 5 deletions

4
go.mod
View file

@ -7,8 +7,8 @@ require (
github.com/francoispqt/gojay v1.2.13
github.com/golang/mock v1.6.0
github.com/marten-seemann/qpack v0.2.1
github.com/marten-seemann/qtls-go1-15 v0.1.4
github.com/marten-seemann/qtls-go1-16 v0.1.3
github.com/marten-seemann/qtls-go1-15 v0.1.5
github.com/marten-seemann/qtls-go1-16 v0.1.4
github.com/marten-seemann/qtls-go1-17 v0.1.0-rc.1
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0