chore: upgrade badger to v3

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2021-07-11 13:49:56 +08:00
parent da4ca22d70
commit 3c61444520
3 changed files with 24 additions and 8 deletions

View File

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