add landing page to manage records and change to use form data instead of json
This commit is contained in:
parent
08a6e1501a
commit
9d0eb1c5a3
4 changed files with 255 additions and 52 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue