Add multicast dependency to go.mod
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
10
go.mod
10
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user