summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index ceee926..60b816c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,8 @@ go 1.22
require (
github.com/Necoro/form v0.0.0-20240211223301-6fa9f8196e1e
- github.com/go-chi/chi/v5 v5.0.11
+ github.com/go-sql-driver/mysql v1.7.1
+ github.com/gorilla/handlers v1.5.2
github.com/gorilla/schema v1.2.1
github.com/mattn/go-sqlite3 v1.14.22
modernc.org/sqlite v1.28.0
@@ -12,7 +13,7 @@ require (
require (
github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/go-sql-driver/mysql v1.7.1 // indirect
+ github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect