mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
update pongo2 to version 4
This commit is contained in:
parent
85b5453ae1
commit
ab7ee4a331
6
NOTICE
6
NOTICE
|
@ -77,9 +77,9 @@ Revision ID: ab226d925aa394ccecf01e515ea8479367e0961c
|
|||
pio 2e3d576cc65913a https://github.com/kataras/pio
|
||||
dd6106f1ce02837
|
||||
2c7e6d943c
|
||||
pongo2 5abacdfa4915f8a https://github.com/flosch/pongo2
|
||||
fb6de6231455488
|
||||
066273bea6
|
||||
pongo2 f946812ec8d53b7 https://github.com/flosch/pongo2
|
||||
24e4daeb888c95a
|
||||
b63c98b3c0
|
||||
protobuf 6c66de79d66478d https://github.com/golang/protobuf
|
||||
166c7ea05f5d2cc
|
||||
af016fbd6b
|
||||
|
|
|
@ -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()
|
||||
|
|
2
go.mod
2
go.mod
|
@ -11,12 +11,12 @@ require (
|
|||
github.com/dgraph-io/badger/v2 v2.2007.2
|
||||
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/flosch/pongo2/v4 v4.0.0
|
||||
github.com/gomodule/redigo v1.8.2
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/hashicorp/go-version v1.2.1
|
||||
github.com/iris-contrib/httpexpect/v2 v2.0.5
|
||||
github.com/iris-contrib/jade v1.1.4
|
||||
github.com/iris-contrib/pongo2 v0.0.1
|
||||
github.com/iris-contrib/schema v0.0.6
|
||||
github.com/json-iterator/go v1.1.10
|
||||
github.com/kataras/blocks v0.0.3
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
"github.com/kataras/iris/v12/context"
|
||||
|
||||
"github.com/iris-contrib/pongo2"
|
||||
"github.com/flosch/pongo2/v4"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
Loading…
Reference in New Issue
Block a user