Skip to content

Commit

Permalink
Updated import path for bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Apr 5, 2016
1 parent 0ac9131 commit 2f2e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashing.go
Expand Up @@ -4,7 +4,7 @@ import (
"crypto/sha256"
"crypto/subtle"

"code.google.com/p/go.crypto/bcrypt"
"golang.org/x/crypto/bcrypt"
"io"
)

Expand Down

0 comments on commit 2f2e81b

Please sign in to comment.