diff --git a/main.go b/main.go index 2af7aba..128f3d5 100644 --- a/main.go +++ b/main.go @@ -4,6 +4,7 @@ import ( cryptorand "crypto/rand" "database/sql" "github.com/akyoto/cache" + "github.com/hugmouse/maddy-password-reset/templates" "github.com/labstack/echo/v4" "github.com/labstack/echo/v4/middleware" "html/template" @@ -11,7 +12,6 @@ import ( "log" "math/big" _ "modernc.org/sqlite" - "naebet-password-reset/templates" "net/http" "net/smtp" "os/exec"