Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 7, 2023
1 parent c253bb1 commit 783a633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/proxy/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ import (
"net/url"
"strings"

"google.golang.org/grpc/encoding/gzip"

"github.com/centrifugal/centrifugo/v5/internal/middleware"
"github.com/centrifugal/centrifugo/v5/internal/proxyproto"

"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/encoding/gzip"
"google.golang.org/grpc/metadata"
)

Expand Down

0 comments on commit 783a633

Please sign in to comment.