feat: add websocket transport support

This commit is contained in:
coolxll
2026-03-26 09:37:00 +08:00
parent e5d1134502
commit c184c2a5e6
9 changed files with 518 additions and 143 deletions

6
go.mod
View File

@@ -3,6 +3,8 @@ module lingma-ipc-proxy
go 1.25.0
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
golang.org/x/sys v0.10.0 // indirect
github.com/Microsoft/go-winio v0.6.2
github.com/gorilla/websocket v1.5.3
)
require golang.org/x/sys v0.10.0 // indirect