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

@@ -5,7 +5,7 @@ import (
"crypto"
"database/sql"
"errors"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
type ManagerRole int