mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
- Updated Go version from 1.25.6 to 1.25.7 in main go.mod - Updated Go version in example modules (navigation-station-demo, preset-management) - Fixes TLS vulnerability: Unexpected session resumption in crypto/tls - Addresses security issue affecting WebSocket, HTTP handlers, and proxy operations Reference: https://pkg.go.dev/vuln/GO-2026-4337
10 lines
208 B
AMPL
10 lines
208 B
AMPL
module preset-management-example
|
|
|
|
go 1.25.7
|
|
|
|
require github.com/gesellix/bose-soundtouch v0.0.0
|
|
|
|
require github.com/gorilla/websocket v1.5.3 // indirect
|
|
|
|
replace github.com/gesellix/bose-soundtouch => ../../
|