-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 847 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/justa-cai/xiaozhi-go
go 1.23.3
require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/hajimehoshi/oto v1.0.1
github.com/justa-cai/go-libopus v0.0.0-20250601043848-aec438f1655f
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/gen2brain/malgo v0.11.24 // indirect
github.com/k2-fsa/sherpa-onnx-go v1.12.12 // indirect
github.com/k2-fsa/sherpa-onnx-go-linux v1.12.13 // indirect
github.com/k2-fsa/sherpa-onnx-go-macos v1.12.13 // indirect
github.com/k2-fsa/sherpa-onnx-go-windows v1.12.13 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)