mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-25 01:04:11 +02:00
270b0c1af6
- Added uTLS library to mimic Chrome's TLS fingerprint - Uses HTTP/2 for optimal performance with uTLS - Auto-detects Cloudflare challenge and retries with Chrome fingerprint - Helps VPN users bypass Cloudflare TLS fingerprint detection
26 lines
758 B
Modula-2
26 lines
758 B
Modula-2
module github.com/zarz/spotiflac_android/go_backend
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20260106131823-651366fbe6e3
|
|
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
|
|
github.com/refraction-networking/utls v1.8.2
|
|
golang.org/x/net v0.49.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
)
|