Version update

This commit is contained in:
Ian Gulliver
2026-01-29 21:48:05 -08:00
parent 61ecd93c32
commit 2f2d0e2204
3 changed files with 22 additions and 4 deletions

4
go.mod
View File

@@ -5,10 +5,12 @@ go 1.25.6
require (
github.com/BurntSushi/toml v1.6.0
github.com/gopatchy/artnet v0.0.0-20260128203426-0a3e9b1daf66
github.com/gopatchy/sacn v0.0.0-20260129053634-d5ca321a4c1b
github.com/gopatchy/sacn v0.0.0-20260130054258-989cfe2ae1ef
)
require (
github.com/google/gopacket v1.1.19 // indirect
github.com/gopatchy/multicast v0.0.0-20260130054439-3ccee9580408 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)