mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
update qtls to include the Go 1.20.1 / 1.19.6 changes to crypto/tls (#3711)
This commit is contained in:
parent
ad7182ce84
commit
5b5a8e742c
3 changed files with 10 additions and 10 deletions
4
go.mod
4
go.mod
|
@ -8,8 +8,8 @@ require (
|
|||
github.com/onsi/ginkgo/v2 v2.2.0
|
||||
github.com/onsi/gomega v1.20.1
|
||||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/quic-go/qtls-go1-19 v0.2.0
|
||||
github.com/quic-go/qtls-go1-20 v0.1.0
|
||||
github.com/quic-go/qtls-go1-19 v0.2.1
|
||||
github.com/quic-go/qtls-go1-20 v0.1.1
|
||||
golang.org/x/crypto v0.4.0
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
||||
golang.org/x/net v0.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue