Implemented listenbrainz-archive backend with listen export support

This commit is contained in:
Philipp Wolfer 2025-05-23 19:03:06 +02:00
parent 5c56e480f1
commit 92e7216fac
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
10 changed files with 475 additions and 28 deletions

1
go.mod
View file

@ -53,6 +53,7 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sagikazarmark/locafero v0.9.0 // indirect
github.com/simonfrey/jsonl v0.0.0-20240904112901-935399b9a740 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.14.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect