update metadata tags when sorting
This commit is contained in:
9
go.mod
9
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user