summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 4a77c46..024b94c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,7 @@ module nebbet.no
go 1.26
require (
- github.com/fsnotify/fsnotify v1.7.0
- github.com/yuin/goldmark v1.7.4
+ github.com/gin-gonic/gin v1.12.0
golang.org/x/crypto v0.48.0
golang.org/x/term v0.40.0
modernc.org/sqlite v1.48.0
@@ -20,7 +19,6 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
github.com/gin-contrib/sse v1.1.0 // indirect
- github.com/gin-gonic/gin v1.12.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.30.1 // indirect