From 1667d69479a33ef286f1e056fafe9c67e9b49c77 Mon Sep 17 00:00:00 2001 From: AmirdeshSU <81974461+AmirdeshSU@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:32:40 +0530 Subject: [PATCH] Update local.go --- auth/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"