mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
update pongo2 to version 4
This commit is contained in:
parent
ab7ee4a331
commit
31c616c886
|
@ -5,7 +5,7 @@ import (
|
||||||
|
|
||||||
"github.com/kataras/iris/v12"
|
"github.com/kataras/iris/v12"
|
||||||
// optionally, register filters like `timesince`.
|
// optionally, register filters like `timesince`.
|
||||||
_ "github.com/flosch/pongo2-addons/v4"
|
_ "github.com/iris-contrib/pongo2-addons/v4"
|
||||||
)
|
)
|
||||||
|
|
||||||
var startTime = time.Now()
|
var startTime = time.Now()
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -38,7 +38,7 @@ require (
|
||||||
go.etcd.io/bbolt v1.3.5
|
go.etcd.io/bbolt v1.3.5
|
||||||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||||||
golang.org/x/net v0.0.0-20200904194848-62affa334b73
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73
|
||||||
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
|
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
|
||||||
golang.org/x/text v0.3.3
|
golang.org/x/text v0.3.3
|
||||||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
||||||
google.golang.org/protobuf v1.25.0
|
google.golang.org/protobuf v1.25.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user