Working deps

This commit is contained in:
Ian Gulliver
2026-01-28 21:39:48 -08:00
parent 9ecdd991b0
commit f4bc70363b
3 changed files with 16 additions and 9 deletions

7
go.mod
View File

@@ -5,7 +5,10 @@ go 1.25.6
require (
github.com/BurntSushi/toml v1.6.0
github.com/gopatchy/artnet v0.0.0-20260128203426-0a3e9b1daf66
golang.org/x/net v0.49.0
github.com/gopatchy/sacn v0.0.0-20260129053634-d5ca321a4c1b
)
require golang.org/x/sys v0.40.0 // indirect
require (
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)