chore(02-01): install gcc, ffprobe, and go-lame dependency

- Add github.com/sjzar/go-lame v0.0.9 to go.mod for MP3 encoding
- gcc and ffprobe available via apt (gcc 13.3.0, ffprobe 6.1.1)
- CGO_ENABLED=1 build verified successful
This commit is contained in:
2026-03-26 11:56:43 +01:00
parent 6cbf0366da
commit dc7aed2498
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ require (
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sjzar/go-lame v0.0.9 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect