use updated qtls based on Go's 1.13 crypto/tls

This commit is contained in:
Marten Seemann 2019-09-06 10:53:15 +07:00
parent 9d92550e4e
commit 9d37e2a79f
3 changed files with 5 additions and 7 deletions

4
go.mod
View file

@ -1,13 +1,13 @@
module github.com/lucas-clemente/quic-go
go 1.12
go 1.13
require (
github.com/cheekybits/genny v1.0.0
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.0
github.com/marten-seemann/qpack v0.1.0
github.com/marten-seemann/qtls v0.3.2
github.com/marten-seemann/qtls v0.3.3
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25