diff --git a/hashing.go b/hashing.go index f2bcf74..7748d5a 100644 --- a/hashing.go +++ b/hashing.go @@ -4,7 +4,7 @@ import ( "crypto/sha256" "crypto/subtle" - "code.google.com/p/go.crypto/bcrypt" + "golang.org/x/crypto/bcrypt" "io" )