You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 month ago
..
client.go control/controlhttp: extract the last network connection 2 months ago
client_common.go all: update copyright and license headers 2 years ago
client_js.go go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 1 month ago
constants.go health, all: remove health.Global, finish plumbing health.Tracker 5 months ago
http_test.go control/controlhttp: extract the last network connection 2 months ago
server.go go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 1 month ago