update nathanaelle password to v2

Fixes #97
This commit is contained in:
Nicola Murino
2020-03-20 17:25:38 +01:00
parent 76bb361393
commit f55851bdc8
4 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/drakkan/sftpgo/logger"
"github.com/drakkan/sftpgo/utils"
unixcrypt "github.com/nathanaelle/password"
unixcrypt "github.com/nathanaelle/password/v2"
"golang.org/x/crypto/bcrypt"
)