Update multicast dependency

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-30 15:46:31 -08:00
parent ae0d5ed64c
commit 9c2787a200
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/gopatchy/sacn
go 1.25.6
require (
github.com/gopatchy/multicast v0.0.0-20260130055828-12d0b38af995
github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3
golang.org/x/net v0.49.0
)