migrate to chi for routing

This commit is contained in:
Dominic Ferrando
2025-04-17 20:49:08 -04:00
parent 0fc22e8b96
commit 0146a9583d
5 changed files with 55 additions and 38 deletions
+4 -1
View File
@@ -4,4 +4,7 @@ go 1.23.8
require github.com/a-h/templ v0.3.857
require github.com/mattn/go-sqlite3 v1.14.28 // indirect
require (
github.com/go-chi/chi/v5 v5.2.1 // indirect
github.com/mattn/go-sqlite3 v1.14.28 // indirect
)