mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
update imports to use qtls and qpack from quic-go GitHub organization (#3676)
This commit is contained in:
parent
a81365ece8
commit
9488539a49
16 changed files with 30 additions and 30 deletions
6
go.mod
6
go.mod
|
@ -5,11 +5,11 @@ go 1.18
|
|||
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.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
|
||||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/quic-go/qtls-go1-18 v0.2.0
|
||||
github.com/quic-go/qtls-go1-19 v0.2.0
|
||||
github.com/quic-go/qtls-go1-20 v0.1.0-rc.1
|
||||
golang.org/x/crypto v0.4.0
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue