26 lines
720 B
Modula-2
26 lines
720 B
Modula-2
module github.com/gopatchy/tendrils
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/gopatchy/artnet v0.0.0-20260128203426-0a3e9b1daf66
|
|
github.com/gopatchy/multicast v0.0.0-20260130055828-12d0b38af995
|
|
github.com/gopatchy/sacn v0.0.0-20260130055955-54a46fbfe1f0
|
|
github.com/gosnmp/gosnmp v1.43.2
|
|
github.com/miekg/dns v1.1.72
|
|
go.jetify.com/typeid v1.3.0
|
|
golang.org/x/net v0.49.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/gofrs/uuid/v5 v5.4.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
golang.org/x/mod v0.32.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/tools v0.41.0 // indirect
|
|
)
|