Files
artmap/go.mod

17 lines
432 B
Modula-2
Raw Normal View History

module github.com/gopatchy/artmap
2026-01-28 12:58:52 -08:00
go 1.25.6
require (
github.com/BurntSushi/toml v1.6.0
2026-01-28 12:58:52 -08:00
github.com/gopatchy/artnet v0.0.0-20260128203426-0a3e9b1daf66
github.com/gopatchy/sacn v0.0.0-20260130055955-54a46fbfe1f0
)
2026-01-28 21:39:48 -08:00
require (
2026-01-29 21:48:05 -08:00
github.com/google/gopacket v1.1.19 // indirect
github.com/gopatchy/multicast v0.0.0-20260130055828-12d0b38af995 // indirect
2026-01-28 21:39:48 -08:00
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)