Description: Fix websocket import path
Origin: other, https://salsa.debian.org/go-team/packages/golang-nhooyr-websocket/-/commit/dc7c304f80f7601e4d75f8c71fa4290b8f0a34fc 
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/services/browser/browser.go
+++ b/services/browser/browser.go
@@ -11,7 +11,7 @@
 	"sync"
 	"time"
 
-	"nhooyr.io/websocket"
+	"github.com/coder/websocket"
 )
 
 const helloMessage = "ADAPTER_VERSION 1.0.0;WNPRLIB_REVISION 2"
