mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
update qtls to versions that include the ec_point_formats fix (#3583)
The new qtls versions contain the standard library fix for https://github.com/golang/go/issues/49126.
This commit is contained in:
parent
d03f9c2a4f
commit
597e00549d
3 changed files with 10 additions and 10 deletions
4
go.mod
4
go.mod
|
@ -6,8 +6,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-18 v0.1.2
|
||||
github.com/marten-seemann/qtls-go1-19 v0.1.0
|
||||
github.com/marten-seemann/qtls-go1-18 v0.1.3
|
||||
github.com/marten-seemann/qtls-go1-19 v0.1.1
|
||||
github.com/onsi/ginkgo v1.16.4
|
||||
github.com/onsi/gomega v1.13.0
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue