mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
Bumps the go directive to 1.26.6 across the main module and both standalone example modules (preset-management, navigation-station-demo), plus the builder image in Dockerfile and the three mock-service images in docker-compose.ci.yml. Also refreshes the examples' require github.com/gesellix/bose-soundtouch pin from the stale v0.118.0 to the current v0.123.0 release tag (the replace directive means they build against local source regardless, but the pin should still track reality). go mod tidy run in all three modules; no other dependency changes.
10 lines
210 B
AMPL
10 lines
210 B
AMPL
module preset-management-example
|
|
|
|
go 1.26.6
|
|
|
|
require github.com/gesellix/bose-soundtouch v0.123.0
|
|
|
|
require github.com/gorilla/websocket v1.5.3 // indirect
|
|
|
|
replace github.com/gesellix/bose-soundtouch => ../../
|