global, cmd/horsegen: don't generate json anymore

Everything gets the data from the mdb directly instead now.
This commit is contained in:
2026-06-05 14:34:50 -04:00
parent a848c8eb72
commit d431d3382a
23 changed files with 1 additions and 267806 deletions

2
go.mod
View File

@@ -7,7 +7,6 @@ require (
github.com/go-chi/chi/v5 v5.2.5
github.com/google/go-cmp v0.6.0
github.com/junegunn/fzf v0.67.0
golang.org/x/sync v0.20.0
zombiezen.com/go/sqlite v1.4.2
)
@@ -26,6 +25,7 @@ require (
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.39.0 // indirect
modernc.org/libc v1.65.7 // indirect
modernc.org/mathutil v1.7.1 // indirect