1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 11:57:02 +00:00

Align sessions with the latest kataras/go-sessions. Now you should update :)

This commit is contained in:
Gerasimos Maropoulos
2016-09-05 13:08:32 +03:00
parent 1537a657c0
commit a073e442fc
4 changed files with 13 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ package config
import (
"github.com/imdario/mergo"
"github.com/kataras/go-sessions/fasthttp"
"github.com/kataras/go-sessions"
"time"
)