security: upgrade Go to 1.26.1 and update dependencies

- 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>
This commit is contained in:
Tobias Gesellchen
2026-03-07 12:58:01 +01:00
co-authored by Junie
parent b8bbc52803
commit cf82feca06
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
module navigation-station-demo
go 1.25.7
go 1.26.1
require github.com/gesellix/bose-soundtouch v0.0.0
require github.com/gesellix/bose-soundtouch v0.43.0
require github.com/gorilla/websocket v1.5.3 // indirect
+2 -2
View File
@@ -1,8 +1,8 @@
module preset-management-example
go 1.25.7
go 1.26.1
require github.com/gesellix/bose-soundtouch v0.0.0
require github.com/gesellix/bose-soundtouch v0.43.0
require github.com/gorilla/websocket v1.5.3 // indirect