diff options
Diffstat (limited to 'ssha.go')
-rw-r--r-- | ssha.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ import ( "crypto/sha1" "encoding/base64" "fmt" - "log" "strings" + + log "github.com/sirupsen/logrus" ) // Encode encodes the []byte of raw password |