mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
use the new crypto/tls QUIC Transport (#3860)
This commit is contained in:
parent
4998733ae1
commit
3d89e545d3
55 changed files with 2197 additions and 1509 deletions
3
go.mod
3
go.mod
|
@ -8,8 +8,7 @@ require (
|
|||
github.com/onsi/ginkgo/v2 v2.9.5
|
||||
github.com/onsi/gomega v1.27.6
|
||||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/quic-go/qtls-go1-19 v0.3.2
|
||||
github.com/quic-go/qtls-go1-20 v0.2.2
|
||||
github.com/quic-go/qtls-go1-20 v0.3.0
|
||||
golang.org/x/crypto v0.4.0
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
||||
golang.org/x/net v0.10.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue