summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index de5cbba..b3a113d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,15 @@ module gosten
go 1.22
require (
+ github.com/Necoro/form v0.0.0-20240211223301-6fa9f8196e1e
github.com/go-chi/chi/v5 v5.0.11
+ github.com/gorilla/schema v1.2.1
github.com/mattn/go-sqlite3 v1.14.22
modernc.org/sqlite v1.28.0
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/google/go-cmp v0.6.0 // 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