Files
artmap/go.mod
Ian Gulliver 6ce5d95cef Update artnet dependency
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 11:03:10 -08:00

17 lines
432 B
Modula-2

module github.com/gopatchy/artmap
go 1.25.6
require (
github.com/BurntSushi/toml v1.6.0
github.com/gopatchy/artnet v0.0.0-20260131185544-af1a9bceb150
github.com/gopatchy/sacn v0.0.0-20260130234631-9c2787a20064
)
require (
github.com/google/gopacket v1.1.19 // indirect
github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)