1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-06 21:08:25 +00:00

upgrade go mail to 0.7.2 and fix the bug (#35833)

patch from
https://github.com/wneessen/go-mail/issues/504#issuecomment-3477890515.
Thanks to @wneessen
This commit is contained in:
Lunny Xiao
2025-11-03 11:32:45 -08:00
committed by GitHub
parent 685c8c314f
commit 17a6a2bab1
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -109,7 +109,7 @@ require (
github.com/ulikunitz/xz v0.5.15
github.com/urfave/cli-docs/v3 v3.0.0-alpha6
github.com/urfave/cli/v3 v3.4.1
github.com/wneessen/go-mail v0.7.0
github.com/wneessen/go-mail v0.7.2
github.com/xeipuuv/gojsonschema v1.2.0
github.com/yohcop/openid-go v1.0.1
github.com/yuin/goldmark v1.7.13