Add HTTP API with JSON status endpoint and typeid support

This commit is contained in:
Ian Gulliver
2026-01-24 11:03:34 -08:00
parent 168cdedbcb
commit 9aebe8b83d
13 changed files with 409 additions and 115 deletions

2
go.mod
View File

@@ -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