chore(storage): upgrade storm to v3 (#501)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-23 15:58:03 +08:00
committed by GitHub
parent c2136fffc7
commit 186b3258d1
3 changed files with 14 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/appleboy/gorush/config"
"github.com/appleboy/gorush/storage"
"github.com/asdine/storm"
"github.com/asdine/storm/v3"
)
// New func implements the storage interface for gorush (https://github.com/appleboy/gorush)