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
16 changed files with 30 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ import (
"github.com/lucas-clemente/quic-go/quicvarint"
"github.com/golang/mock/gomock"
"github.com/marten-seemann/qpack"
"github.com/quic-go/qpack"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"