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
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
..
controlbase all: use Go 1.22 range-over-int 5 months ago
controlclient {control,net}: close idle connections of custom transports 2 months ago
controlhttp go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 1 month ago
controlknobs health: introduce captive-portal-detected Warnable (#12707) 2 months ago