mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-02 11:05:38 +02:00
af4e4561ec
Flutter: bump connectivity_plus, device_info_plus, share_plus, receive_sharing_intent, path_provider, flutter_local_notifications to latest stable. Revert file_picker from 12.0.0-beta to 11.0.2 stable and migrate pickFile (singular) to pickFiles. Add win32 ^6.0.1 dependency_overrides to resolve the win32 5 vs 6 conflict between file_picker stable and device_info_plus (Windows-desktop-only transitive dep, not used on mobile targets). Go: update goja, golang.org/x/mobile, golang.org/x/tools, regexp2/v2 to latest.
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-20260618133527-c9b2ea77db59
|
|
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-20260611195102-4dd8f1dbf5d2
|
|
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.2 // 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.47.0 // indirect
|
|
)
|