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
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
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 {