diff --git a/auth/local.go b/auth/local.go index 210748a..ab73bb7 100644 --- a/auth/local.go +++ b/auth/local.go @@ -8,7 +8,7 @@ import ( "path/filepath" "strings" - "code.google.com/p/go.crypto/bcrypt" + "golang.org/x/crypto/bcrypt" cfg "github.com/mailhog/backends/config" "github.com/mailhog/smtp"