Add multicast dependency to go.mod

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-29 21:55:00 -08:00
parent 989cfe2ae1
commit cb293b4fda
2 changed files with 24 additions and 2 deletions

10
go.mod
View File

@@ -2,6 +2,12 @@ module github.com/gopatchy/sacn
go 1.25.6
require golang.org/x/net v0.49.0
require (
github.com/gopatchy/multicast v0.0.0-20260130054439-3ccee9580408
golang.org/x/net v0.49.0
)
require golang.org/x/sys v0.40.0 // indirect
require (
github.com/google/gopacket v1.1.19 // indirect
golang.org/x/sys v0.40.0 // indirect
)