forked from kercre123/0.11-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (54 loc) · 2.58 KB
/
go.mod
File metadata and controls
57 lines (54 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/kercre123/0.11-cloud
go 1.22.4
require (
github.com/digital-dream-labs/api v0.0.0-20210824232136-8cc90c1bb12c
github.com/digital-dream-labs/hugh v0.0.0-20210210154335-f4159b9fcd5f
github.com/digital-dream-labs/opus-go v0.0.0-20201230195736-934a8a9e0a1e
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.1.0
github.com/kercre123/vosk-api/go v1.0.2
github.com/kercre123/wire-pod/chipper v1.3.9
github.com/maxhawkins/go-webrtcvad v0.0.0-20210121163624-be60036f3083
github.com/sashabaranov/go-openai v1.24.0
github.com/soundhound/houndify-sdk-go v0.3.5
google.golang.org/grpc v1.64.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/grd/ogg v0.0.0-20130623210630-0dae53159b70 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/ncruces/zenity v0.10.10 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/image v0.10.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/hraban/opus.v2 v2.0.0-20201025103112-d779bb1cc5a2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)