Files
natsnet/tools/go-analyzer/go.mod
Joseph Doherty c31bf6050d feat(go-analyzer): add SQLite writer, complete analyzer pipeline
Add sqlite.go with DBWriter that writes analysis results (modules,
features, tests, dependencies, library mappings) to the porting
database. Successfully analyzes nats-server: 12 modules, 3673
features, 3257 tests, 36 library mappings, 11 dependencies.
2026-02-26 06:15:01 -05:00

6 lines
95 B
Modula-2

module github.com/natsnet/go-analyzer
go 1.25.5
require github.com/mattn/go-sqlite3 v1.14.34