File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/antlr4-go/antlr/v4 v4.13.0
7
7
golang.org/x/sync v0.3.0
8
- nhooyr.io/ websocket v1.8.10
8
+ github.com/coder/ websocket v1.8.12
9
9
)
10
10
11
11
require golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI =
2
2
github.com/antlr4-go/antlr/v4 v4.13.0 /go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g =
3
+ github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo =
4
+ github.com/coder/websocket v1.8.12 /go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs =
3
5
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 h1:aAcj0Da7eBAtrTp03QXWvm88pSyOt+UgdZw2BFZ+lEw =
4
6
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 /go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ =
5
7
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
Original file line number Diff line number Diff line change 9
9
"sync"
10
10
"time"
11
11
12
- "nhooyr.io /websocket"
13
- "nhooyr.io /websocket/wsjson"
12
+ "github.com/coder /websocket"
13
+ "github.com/coder /websocket/wsjson"
14
14
)
15
15
16
16
// defaultWSTimeout specifies the timeout used for initial http connection
You can’t perform that action at this time.
0 commit comments