mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 12:07:28 +00:00
update go.mod deps
Former-commit-id: 91a0ab6a8cb35bf9143cee0447a6f72ca8a09333
This commit is contained in:
@@ -10,17 +10,10 @@ import (
|
||||
|
||||
"github.com/kataras/iris/v12/sessions"
|
||||
|
||||
"github.com/dgraph-io/badger"
|
||||
"github.com/dgraph-io/badger/v2"
|
||||
"github.com/kataras/golog"
|
||||
)
|
||||
|
||||
/*
|
||||
Badger has been updated to 1.6.0 - 2019-07-01
|
||||
which contains a lot of breaking changes
|
||||
that are adapted correctly here.
|
||||
2019-07-14
|
||||
*/
|
||||
|
||||
// DefaultFileMode used as the default database's "fileMode"
|
||||
// for creating the sessions directory path, opening and write the session file.
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user