mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
make ConnectionState usable during the handshake
This commit is contained in:
parent
b52d34008f
commit
45b489b6f6
9 changed files with 37 additions and 23 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.3.0
|
||||
github.com/marten-seemann/qtls-go1-18 v0.1.3
|
||||
github.com/marten-seemann/qtls-go1-19 v0.1.1
|
||||
github.com/marten-seemann/qtls-go1-18 v0.1.4
|
||||
github.com/marten-seemann/qtls-go1-19 v0.1.2
|
||||
github.com/onsi/ginkgo/v2 v2.2.0
|
||||
github.com/onsi/gomega v1.20.1
|
||||
golang.org/x/crypto v0.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue