2025-11-28 15:18:22 -08:00
|
|
|
module github.com/gopatchy/tendrils
|
|
|
|
|
|
|
|
|
|
go 1.24.4
|
2025-11-28 15:28:47 -08:00
|
|
|
|
2025-11-29 21:16:58 -08:00
|
|
|
require (
|
2026-01-18 14:05:33 -08:00
|
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
|
|
|
github.com/google/gopacket v1.1.19
|
|
|
|
|
github.com/gosnmp/gosnmp v1.42.1
|
2026-01-22 23:59:32 -08:00
|
|
|
github.com/miekg/dns v1.1.72
|
2026-01-24 11:03:34 -08:00
|
|
|
go.jetify.com/typeid v1.3.0
|
2025-11-29 21:16:58 -08:00
|
|
|
)
|
2026-01-18 14:05:33 -08:00
|
|
|
|
2026-01-22 23:59:32 -08:00
|
|
|
require (
|
2026-01-24 11:03:34 -08:00
|
|
|
github.com/gofrs/uuid/v5 v5.2.0 // indirect
|
2026-01-22 23:59:32 -08:00
|
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
|
|
|
golang.org/x/net v0.48.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
|
|
|
)
|