feat: 实现网关服务的长连接功能
This commit is contained in:
8
backend/gateway/go.mod
Normal file
8
backend/gateway/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module backend/gateway
|
||||
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
)
|
||||
Reference in New Issue
Block a user