mirror of
https://github.com/hugmouse/maddy-password-reset.git
synced 2025-04-19 04:50:25 +00:00
ADd missing import
This commit is contained in:
parent
564004e48a
commit
17e43b612a
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue