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

View file

@ -25,7 +25,7 @@ The *master* branch **only** supports IETF QUIC. For Google QUIC support, please
## Guides
We currently support Go 1.12+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.
We currently support Go 1.13+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.
Installing and updating dependencies: