feat: add lossless flac to wav converter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user