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:
silverwind
2026-07-14 12:23:56 +02:00
parent d4daf93fe5
commit c5206fc89e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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