aboutsummaryrefslogtreecommitdiff
path: root/internal/email
diff options
context:
space:
mode:
authorMichael Li <alimy@gility.net>2022-03-17 14:05:09 +0800
committerGitHub <noreply@github.com>2022-03-17 14:05:09 +0800
commit32c454ba5faea9dc4236c12e28e0b65f01117cc1 (patch)
tree1eea30a83f78b311983924ba3bab00884633f508 /internal/email
parent39f64a1371cdb01e02aeeb04839d2689052ae1d3 (diff)
assets: convert usage of go-bindata to Go embed (#6851)
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'internal/email')
-rw-r--r--internal/email/email.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/email/email.go b/internal/email/email.go
index 81b772ea..f63e3c86 100644
--- a/internal/email/email.go
+++ b/internal/email/email.go
@@ -15,9 +15,9 @@ import (
"gopkg.in/macaron.v1"
log "unknwon.dev/clog/v2"
- "gogs.io/gogs/internal/assets/templates"
"gogs.io/gogs/internal/conf"
"gogs.io/gogs/internal/markup"
+ "gogs.io/gogs/templates"
)
const (