mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
Embrace the weekend- Update to rc.3 | Read the HISTORY.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package sessions
|
||||
|
||||
import (
|
||||
"github.com/kataras/iris/errors"
|
||||
"github.com/iris-contrib/errors"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -4,8 +4,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/garyburd/redigo/redis"
|
||||
"github.com/iris-contrib/errors"
|
||||
"github.com/kataras/iris/config"
|
||||
"github.com/kataras/iris/errors"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user