From 397abb848faa7761dfcdf41b38a7faea2c75021b Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Fri, 9 Jan 2026 12:02:38 +0100 Subject: [PATCH] Run go mod tidy to clean up module dependencies --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 12b24eb..f109c75 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,12 @@ module github.com/user_account/bose-soundtouch go 1.25.5 -require github.com/hashicorp/mdns v1.0.6 +require ( + github.com/gorilla/websocket v1.5.3 + github.com/hashicorp/mdns v1.0.6 +) require ( - github.com/gorilla/websocket v1.5.3 // indirect github.com/miekg/dns v1.1.55 // indirect golang.org/x/mod v0.17.0 // indirect golang.org/x/net v0.34.0 // indirect