-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.19 KB
/
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
25
26
27
28
29
30
31
32
33
34
module github.com/bz888/blab
go 1.22.2
require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.1.0
github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
github.com/joho/godotenv v1.5.1
github.com/mewkiz/flac v1.0.10
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
github.com/rivo/tview v0.0.0-20240524063012-037df494fb76
github.com/streamer45/silero-vad-go v0.1.3
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mewkiz/pkg v0.0.0-20240419123545-2c8707409a71 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)