mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-06-29 17:50:00 +02:00
adea3de737
Bump riverpod, go_router, sqflite, permission_handler, ffmpeg_kit, flutter_local_notifications, json_annotation and riverpod_generator/lint to stable; refresh go.mod/go.sum via go get -u.
30 lines
918 B
Modula-2
30 lines
918 B
Modula-2
module github.com/zarz/spotiflac_android/go_backend
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.25.9
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20260607120635-348e6bea910d
|
|
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/crypto v0.53.0
|
|
golang.org/x/mobile v0.0.0-20260602190626-68735029466e
|
|
golang.org/x/net v0.56.0
|
|
golang.org/x/text v0.38.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/dlclark/regexp2/v2 v2.2.1 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20260604005048-7023385849c0 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
golang.org/x/mod v0.37.0 // indirect
|
|
golang.org/x/sync v0.21.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/tools v0.45.0 // indirect
|
|
)
|