From e2d26979070d376fa6ae216cac6c2288225ddab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Sun, 5 Jan 2025 14:05:57 +0100 Subject: [PATCH] Tidy go modules --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c2821cb..ad44edf 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module git.readonly.ch/bouzoure/popvaud-people go 1.23.4 require ( + github.com/flosch/pongo2/v6 v6.0.0 github.com/glebarez/sqlite v1.11.0 github.com/go-playground/validator v9.31.0+incompatible github.com/gofiber/fiber/v2 v2.52.5 @@ -25,7 +26,6 @@ require ( github.com/dgraph-io/badger/v3 v3.2103.5 // indirect github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/dustin/go-humanize v1.0.1 // indirect - github.com/flosch/pongo2/v6 v6.0.0 // indirect github.com/glebarez/go-sqlite v1.21.2 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect