Add HTTP API with JSON status endpoint and typeid support
This commit is contained in:
2
go.mod
2
go.mod
@@ -7,9 +7,11 @@ require (
|
||||
github.com/google/gopacket v1.1.19
|
||||
github.com/gosnmp/gosnmp v1.42.1
|
||||
github.com/miekg/dns v1.1.72
|
||||
go.jetify.com/typeid v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gofrs/uuid/v5 v5.2.0 // indirect
|
||||
golang.org/x/mod v0.31.0 // indirect
|
||||
golang.org/x/net v0.48.0 // indirect
|
||||
golang.org/x/sync v0.19.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user