From a9420a2a4f3221d1771e7f28786ccdd80ceed88d Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 13 Feb 2024 18:33:05 +0100 Subject: Replace chi by http/net ServeMux --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3-70-g09d2