feat: add lossless flac to wav converter

This commit is contained in:
Mathis Maquenne
2026-08-05 22:51:43 +02:00
parent eea049aae9
commit b3777bf8eb
5 changed files with 496 additions and 0 deletions
+4
View File
@@ -3,6 +3,7 @@ module github.com/mathismqn/godeez
go 1.25.0
require (
github.com/mewkiz/flac v1.0.13
github.com/spf13/cobra v1.10.2
github.com/zalando/go-keyring v0.2.8
golang.org/x/mod v0.38.0
@@ -14,8 +15,11 @@ require (
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect