update metadata tags when sorting

This commit is contained in:
2026-04-15 16:03:59 +02:00
parent b4e3f2f372
commit a92b632234
6 changed files with 149 additions and 43 deletions

9
go.mod
View File

@@ -3,7 +3,10 @@ module git.kapelle.org/niklas/ripsort
go 1.25.7
require (
github.com/alexflint/go-arg v1.6.1 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 // indirect
github.com/alexflint/go-arg v1.6.1
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/go-flac/flacvorbis/v2 v2.0.2
github.com/go-flac/go-flac/v2 v2.0.4
)
require github.com/alexflint/go-scalar v1.2.0 // indirect