ADd missing import

This commit is contained in:
hugmouse 2023-07-24 17:52:42 +02:00
parent 564004e48a
commit 17e43b612a
No known key found for this signature in database
GPG key ID: 45FDB5FAB7ECB522

View file

@ -20,6 +20,7 @@ import (
"database/sql" "database/sql"
"github.com/akyoto/cache" "github.com/akyoto/cache"
"github.com/hugmouse/maddy-password-reset/templates" "github.com/hugmouse/maddy-password-reset/templates"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware" "github.com/labstack/echo/v4/middleware"
"html/template" "html/template"
"io" "io"