-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (26 loc) · 939 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
25
26
27
28
29
30
module go-subgen
go 1.21
toolchain go1.21.4
require (
github.com/cristalhq/aconfig v0.18.5
github.com/ggerganov/whisper.cpp/bindings/go v0.0.0-20240105151127-0b9af32a8b3f
github.com/go-audio/wav v1.1.0
github.com/kalafut/imohash v1.0.2
github.com/nightlyone/lockfile v1.0.0
github.com/sirupsen/logrus v1.9.3
github.com/u2takey/ffmpeg-go v0.5.0
)
require (
github.com/aws/aws-sdk-go v1.44.214 // indirect
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/searKing/golang/go v1.2.112 // indirect
github.com/searKing/golang/tools v1.2.112 // indirect
github.com/searKing/golang/tools/go-enum v1.2.113 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.16.1 // indirect
)