diff --git a/examples/navigation-station-demo/go.mod b/examples/navigation-station-demo/go.mod index 9e41784..7c23353 100644 --- a/examples/navigation-station-demo/go.mod +++ b/examples/navigation-station-demo/go.mod @@ -1,6 +1,6 @@ module navigation-station-demo -go 1.25.5 +go 1.25.6 require github.com/gesellix/bose-soundtouch v0.0.0 diff --git a/examples/preset-management/go.mod b/examples/preset-management/go.mod index d7f6fb6..f4f164a 100644 --- a/examples/preset-management/go.mod +++ b/examples/preset-management/go.mod @@ -1,6 +1,6 @@ module preset-management-example -go 1.25.5 +go 1.25.6 require github.com/gesellix/bose-soundtouch v0.0.0 diff --git a/go.mod b/go.mod index bab49a0..f83b76c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gesellix/bose-soundtouch -go 1.25.5 +go 1.25.6 require ( github.com/gorilla/websocket v1.5.3