add landing page to manage records and change to use form data instead of json

This commit is contained in:
juancwu 2026-01-01 17:35:25 -05:00
commit 9d0eb1c5a3
4 changed files with 255 additions and 52 deletions

2
go.mod
View file

@ -6,11 +6,11 @@ require (
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.32
github.com/miekg/dns v1.1.69
github.com/pressly/goose/v3 v3.26.0
)
require (
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/pressly/goose/v3 v3.26.0 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.30.0 // indirect