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:10:22 -08:00
|
|
|
require github.com/google/gopacket v1.1.19
|
2025-11-28 15:28:47 -08:00
|
|
|
|
2025-11-29 21:16:58 -08:00
|
|
|
require (
|
|
|
|
|
github.com/gosnmp/gosnmp v1.42.1 // indirect
|
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
|
)
|