feat: fix metadata embedding

This commit is contained in:
2026-02-19 18:49:55 +01:00
parent 129695f823
commit 6d27cc4502
8 changed files with 165 additions and 52 deletions

9
go.mod
View File

@@ -5,12 +5,11 @@ go 1.24.4
replace github.com/Superredstone/spotiflac-cli/lib => ./lib
require (
github.com/bogem/id3v2/v2 v2.1.4
github.com/go-flac/flacpicture/v2 v2.0.2
github.com/go-flac/flacvorbis/v2 v2.0.2
github.com/go-flac/go-flac/v2 v2.0.4
github.com/pquerna/otp v1.5.0
github.com/urfave/cli/v3 v3.6.2
)
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
golang.org/x/text v0.3.8 // indirect
)
require github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect