mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
Run go mod tidy to clean up module dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user