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
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
|
||||
"github.com/golang/mock/gomock"
|
||||
"github.com/marten-seemann/qpack"
|
||||
"github.com/quic-go/qpack"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue