H-294: 修复百练 CosyVoice WebSocket 契约 (#4)
Co-authored-by: Rogee <rogee@ipao.vip>
This commit was merged in pull request #4.
This commit is contained in:
@@ -4,13 +4,13 @@ go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/emiago/sipgo v1.4.3
|
||||
github.com/gobwas/ws v1.3.2
|
||||
github.com/zaf/g711 v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gobwas/httphead v0.1.0 // indirect
|
||||
github.com/gobwas/pool v0.2.1 // indirect
|
||||
github.com/gobwas/ws v1.3.2 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/icholy/digest v1.1.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user