diff --git a/examples/navigation-station-demo/go.mod b/examples/navigation-station-demo/go.mod index 0a4ae0a..f2ebd92 100644 --- a/examples/navigation-station-demo/go.mod +++ b/examples/navigation-station-demo/go.mod @@ -2,7 +2,7 @@ module navigation-station-demo go 1.26.3 -require github.com/gesellix/bose-soundtouch v0.71.2 +require github.com/gesellix/bose-soundtouch v0.78.0 require github.com/gorilla/websocket v1.5.3 // indirect diff --git a/examples/preset-management/go.mod b/examples/preset-management/go.mod index 4371dc5..4607b58 100644 --- a/examples/preset-management/go.mod +++ b/examples/preset-management/go.mod @@ -2,7 +2,7 @@ module preset-management-example go 1.26.3 -require github.com/gesellix/bose-soundtouch v0.71.2 +require github.com/gesellix/bose-soundtouch v0.78.0 require github.com/gorilla/websocket v1.5.3 // indirect