chore(deps): use maintained html2text package directly (#37842)

Currently unmaintained package `github.com/jaytaylor/html2text` is
replaced using `replace` directive. Instead, the correct package
`github.com/Necoro/html2text` should be referenced directly in code.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
Chongyi Zheng
2026-05-25 06:39:10 -05:00
committed by GitHub
parent 7daab82344
commit 0b3d7e2ba3
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"code.gitea.io/gitea/modules/setting"
"code.gitea.io/gitea/modules/util"
"github.com/jaytaylor/html2text"
"github.com/Necoro/html2text"
gomail "github.com/wneessen/go-mail"
)