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