tailscale/control/controlhttp
Kyle Carberry 6c852fa817 go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket
Coder has just adopted nhooyr/websocket which unfortunately changes the import path.

`github.com/coder/coder` imports `tailscale.com/net/wsconn` which was still pointing
to `nhooyr.io/websocket`, but this change updates it.

See https://coder.com/blog/websocket

Updates #13154

Change-Id: I3dec6512472b14eae337ae22c5bcc1e3758888d5
Signed-off-by: Kyle Carberry <kyle@carberry.com>
2024-08-14 21:23:49 -07:00
..
client.go control/controlhttp: extract the last network connection 2024-08-06 11:42:06 +01:00
client_common.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
client_js.go go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 2024-08-14 21:23:49 -07:00
constants.go health, all: remove health.Global, finish plumbing health.Tracker 2024-04-26 12:03:11 -07:00
http_test.go control/controlhttp: extract the last network connection 2024-08-06 11:42:06 +01:00
server.go go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 2024-08-14 21:23:49 -07:00