1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 19:07:06 +00:00

update pongo2 to version 4

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-20 01:09:16 +03:00
parent ab7ee4a331
commit 31c616c886
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/kataras/iris/v12"
// optionally, register filters like `timesince`.
_ "github.com/flosch/pongo2-addons/v4"
_ "github.com/iris-contrib/pongo2-addons/v4"
)
var startTime = time.Now()