From a6355e7a6530af3335c4cd8af05f1e9c8b978169 Mon Sep 17 00:00:00 2001 From: ivar Date: Sat, 4 Apr 2026 16:34:46 +0200 Subject: . --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3