diff --git a/examples/navigation-station-demo/go.mod b/examples/navigation-station-demo/go.mod index f2ebd92..e5d309d 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.78.0 +require github.com/gesellix/bose-soundtouch v0.89.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 4607b58..6babed2 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.78.0 +require github.com/gesellix/bose-soundtouch v0.89.0 require github.com/gorilla/websocket v1.5.3 // indirect