mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-03-31 09:01:33 +02:00
19 lines
406 B
Modula-2
19 lines
406 B
Modula-2
module github.com/zarz/spotiflac_android/go_backend
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/go-flac/flacpicture v0.3.0
|
|
github.com/go-flac/flacvorbis v0.2.0
|
|
github.com/go-flac/go-flac v1.0.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mobile v0.0.0-20251209145715-2553ed8ce294 // indirect
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
)
|