websocket: update nhooyr.io/websocket to github.com/coder/websocket

Maintenance of `nhooyr.io/websocket` has moved to `github.com/coder/websocket`.

Read more about the transition at https://coder.com/blog/websocket

Updates https://github.com/golang/go/issues/18152
This commit is contained in:
Mathias Fredriksson
2024-09-18 13:43:32 +03:00
committed by GitHub
parent 3c333c0c52
commit 59cea5e101

View File

@@ -8,7 +8,7 @@
// This package currently lacks some features found in an alternative
// and more actively maintained WebSocket package:
//
// https://pkg.go.dev/nhooyr.io/websocket
// https://pkg.go.dev/github.com/coder/websocket
package websocket // import "golang.org/x/net/websocket"
import (