-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (23 loc) · 783 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
module go-subgen
go 1.21
toolchain go1.21.4
require (
github.com/cristalhq/aconfig v0.18.6
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.1.0
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/mitchellh/mapstructure v1.5.0 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)