add mdns hostname discovery and artnet universe tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-22 23:59:32 -08:00
parent 7bced7b350
commit 536c2d3dc9
7 changed files with 570 additions and 16 deletions

9
go.mod
View File

@@ -6,6 +6,13 @@ require (
github.com/fvbommel/sortorder v1.1.0
github.com/google/gopacket v1.1.19
github.com/gosnmp/gosnmp v1.42.1
github.com/miekg/dns v1.1.72
)
require golang.org/x/sys v0.13.0 // indirect
require (
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/tools v0.40.0 // indirect
)