Files
nettopo-go/go.mod
T
Andrey Lutsenko 43cb339605 Add scan queue execution and listing endpoint.
Run scans in background with progress/status updates and store scan metrics in memory or PostgreSQL.

Made-with: Cursor
2026-04-09 21:49:38 +10:00

6 lines
67 B
Modula-2

module nettopo-go
go 1.22
require github.com/jackc/pgx/v5 v5.7.6