updated dependencies and go

This commit is contained in:
2026-04-21 11:06:01 +02:00
parent f62e7499ec
commit 84b87d61f2
91 changed files with 551 additions and 637 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ func TestPDFBuilder(t *testing.T) {
TextColorHex(uint32(0x000000)).
Align(AlignHorzCenter).
Bold(),
minWidth: langext.Ptr(float64(5)),
minWidth: new(float64(5)),
ellipsize: langext.PTrue,
multiCell: langext.PFalse,
}
@@ -63,7 +63,7 @@ func TestPDFBuilder(t *testing.T) {
FillColorHex(uint32(0xC060C0)).
FillBackground(true).
TextColorHex(uint32(0x000000)),
minWidth: langext.Ptr(float64(5)),
minWidth: new(float64(5)),
ellipsize: langext.PFalse,
multiCell: langext.PTrue,
}