mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27: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
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
"github.com/lucas-clemente/quic-go"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/marten-seemann/qpack"
|
||||
"github.com/quic-go/qpack"
|
||||
"golang.org/x/net/http/httpguts"
|
||||
"golang.org/x/net/http2/hpack"
|
||||
"golang.org/x/net/idna"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue