File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/antlr4-go/antlr/v4 v4.13.0
77 golang.org/x/sync v0.3.0
8- nhooyr.io/ websocket v1.8.10
8+ github.com/coder/ websocket v1.8.12
99)
1010
1111require golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
Original file line number Diff line number Diff line change 11github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI =
22github.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 =
35golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 h1:aAcj0Da7eBAtrTp03QXWvm88pSyOt+UgdZw2BFZ+lEw =
46golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 /go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ =
57golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
Original file line number Diff line number Diff line change 99 "sync"
1010 "time"
1111
12- "nhooyr.io /websocket"
13- "nhooyr.io /websocket/wsjson"
12+ "github.com/coder /websocket"
13+ "github.com/coder /websocket/wsjson"
1414)
1515
1616// defaultWSTimeout specifies the timeout used for initial http connection
You can’t perform that action at this time.
0 commit comments