Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WeidiDeng committed Jul 21, 2023
1 parent 5394b11 commit 285a4d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http3/response_writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
mockquic "github.com/quic-go/quic-go/internal/mocks/quic"
"github.com/quic-go/quic-go/internal/utils"

"github.com/golang/mock/gomock"
"github.com/quic-go/qpack"

"github.com/golang/mock/gomock"
"github.com/quic-go/qpack"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

var _ = Describe("Response Writer", func() {
Expand Down

0 comments on commit 285a4d2

Please sign in to comment.