mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-24 14:47:23 +00:00
- Update Go version to 1.26.1 in go.mod and examples to address: - GO-2026-4602 (os: FileInfo escape) - GO-2026-4601 (net/url: IPv6 host literal parsing) - GO-2026-4600 (crypto/x509: panic in name constraint checking) - GO-2026-4599 (crypto/x509: incorrect email constraint enforcement) - Upgrade golang.org/x/* and other dependencies to latest stable versions. - Synchronize go.sum via go mod tidy. Co-authored-by: Junie <junie@jetbrains.com>
10 lines
209 B
AMPL
10 lines
209 B
AMPL
module preset-management-example
|
|
|
|
go 1.26.1
|
|
|
|
require github.com/gesellix/bose-soundtouch v0.43.0
|
|
|
|
require github.com/gorilla/websocket v1.5.3 // indirect
|
|
|
|
replace github.com/gesellix/bose-soundtouch => ../../
|