chore(storage): upgrade badger to v2 (#498)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-23 09:51:13 +08:00
committed by GitHub
parent b008ac4373
commit ccc73947ad
3 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/appleboy/gorush/storage"
"github.com/appleboy/com/convert"
"github.com/dgraph-io/badger"
"github.com/dgraph-io/badger/v2"
)
// New func implements the storage interface for gorush (https://github.com/appleboy/gorush)