mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
update pongo2 to version 4
This commit is contained in:
@@ -4,9 +4,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/kataras/iris/v12"
|
||||
|
||||
// optionally, registers filters like `timesince`.
|
||||
_ "github.com/iris-contrib/pongo2-addons"
|
||||
// optionally, register filters like `timesince`.
|
||||
_ "github.com/flosch/pongo2-addons/v4"
|
||||
)
|
||||
|
||||
var startTime = time.Now()
|
||||
|
||||
Reference in New Issue
Block a user