Files
weiyu/modules/python/vendors/FunASR/runtime/golang/websocket/go.mod
2024-12-14 10:43:31 +08:00

7 lines
76 B
Modula-2

module gowsclient
go 1.18
require (
github.com/gorilla/websocket v1.5.3
)