19 lines
404 B
Modula-2
19 lines
404 B
Modula-2
module github.com/gopatchy/tendrils
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/gosnmp/gosnmp v1.42.1
|
|
github.com/miekg/dns v1.1.72
|
|
)
|
|
|
|
require (
|
|
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
|
|
)
|