update imports to use qtls and qpack from quic-go GitHub organization (#3676)

This commit is contained in:
Marten Seemann 2023-01-20 13:42:54 -08:00 committed by GitHub
parent a81365ece8
commit 9488539a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 30 additions and 30 deletions

View file

@ -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"