mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 09:53:24 +09:00
fix(deps): update go-mail to v0.8.1 for 32-bit build fix
go-mail v0.8.0 fails to compile on GOARCH=386 because math.MaxUint32 overflows int; v0.8.1 fixes the toUint32 range check. Assisted-by: Claude:Opus-4.8
This commit is contained in:
@@ -97,7 +97,7 @@ require (
|
||||
github.com/ulikunitz/xz v0.5.15
|
||||
github.com/urfave/cli-docs/v3 v3.1.0
|
||||
github.com/urfave/cli/v3 v3.10.1
|
||||
github.com/wneessen/go-mail v0.8.0
|
||||
github.com/wneessen/go-mail v0.8.1
|
||||
github.com/yohcop/openid-go v1.0.1
|
||||
github.com/yuin/goldmark v1.8.2
|
||||
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
||||
|
||||
Reference in New Issue
Block a user