change imports

This commit is contained in:
simon987
2019-03-10 09:47:11 -04:00
parent f50df4226d
commit 15a3e66b70
20 changed files with 23 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
func (database *Database) ResetFailedTasks(pid int64) int64 {