Skip to content

Commit

Permalink
chore: more ws lib changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 2, 2024
1 parent 97d9261 commit c95ab8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion telegram/dcs/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"io"

"github.com/coder/websocket"
"github.com/go-faster/errors"
"nhooyr.io/websocket"

"github.com/gotd/td/crypto"
"github.com/gotd/td/mtproxy"
Expand Down
2 changes: 1 addition & 1 deletion transport/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net"
"net/http"

"nhooyr.io/websocket"
"github.com/coder/websocket"

"github.com/gotd/td/mtproxy/obfuscated2"
"github.com/gotd/td/proto/codec"
Expand Down

0 comments on commit c95ab8f

Please sign in to comment.