mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-12 04:12:42 +02:00
cc10a917dc
- Cover art: extract from downloaded file first, fall back to URL download - Lyrics: check embedded lyrics/sidecar LRC before fetching online - Add audioFilePath param to FetchAndSaveLyrics (Go, Kotlin, Swift, Dart) - Handle SAF content:// URIs for lyrics extraction in Kotlin bridge - Update Go 1.25.7 -> 1.25.8, Gradle 9.3.1 -> 9.4.1, Kotlin 2.2.21 -> 2.3.20 - Update NDK r27d -> r28b, Flutter FVM 3.41.4 -> 3.41.5 - Upgrade all Flutter and Go module dependencies to latest
30 lines
928 B
Modula-2
30 lines
928 B
Modula-2
module github.com/zarz/spotiflac_android/go_backend
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.25.8
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20260311135729-065cd970411c
|
|
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/refraction-networking/utls v1.8.2
|
|
golang.org/x/mobile v0.0.0-20260312152759-81488f6aeb60
|
|
golang.org/x/net v0.52.0
|
|
golang.org/x/text v0.35.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20260302011040-a15ffb7f9dcc // indirect
|
|
github.com/klauspost/compress v1.18.5 // indirect
|
|
golang.org/x/crypto v0.49.0 // indirect
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/tools v0.43.0 // indirect
|
|
)
|