4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-04 20:37:46 +00:00

Update WebSocket dependency to new import path

This commit is contained in:
Neil Alexander
2024-09-22 16:54:58 +01:00
parent 5461bb380e
commit 361b9fd6fc
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import (
"time"
"github.com/Arceliar/phony"
"nhooyr.io/websocket"
"github.com/coder/websocket"
)
type linkWS struct {

View File

@ -7,7 +7,7 @@ import (
"net/url"
"github.com/Arceliar/phony"
"nhooyr.io/websocket"
"github.com/coder/websocket"
)
type linkWSS struct {