forked from boocmp/go-stt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 830 Bytes
/
go.mod
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/brave-experiments/go-stt
go 1.20
require (
azul3d.org/engine v0.0.0-20211024043305-793ea6c2839d
github.com/brave-experiments/whisper.cpp/bindings/go v0.0.0-20231102103318-0dad03e80436
github.com/golang/protobuf v1.5.3
github.com/rs/zerolog v1.30.0
github.com/urfave/cli/v2 v2.25.7
google.golang.org/protobuf v1.31.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mewkiz/flac v1.0.8 // indirect
github.com/mewkiz/pkg v0.0.0-20230226050401-4010bf0fec14 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.5.0 // indirect
)