Skip to content

Commit 5230d65

Browse files
committed
bump typesetting dep
1 parent b641d56 commit 5230d65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-text/typesetting
33
go 1.19
44

55
require (
6-
github.com/go-text/typesetting-utils v0.0.0-20250618110550-c820a94c77b8
6+
github.com/go-text/typesetting-utils v0.0.0-20260203131037-09bdbf1032cb
77
golang.org/x/image v0.23.0
88
golang.org/x/text v0.21.0
99
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ github.com/go-text/typesetting-utils v0.0.0-20250618105726-5072bae158e0 h1:kuHSF
44
github.com/go-text/typesetting-utils v0.0.0-20250618105726-5072bae158e0/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
55
github.com/go-text/typesetting-utils v0.0.0-20250618110550-c820a94c77b8 h1:4KCscI9qYWMGTuz6BpJtbUSRzcBrUSSE0ENMJbNSrFs=
66
github.com/go-text/typesetting-utils v0.0.0-20250618110550-c820a94c77b8/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
7+
github.com/go-text/typesetting-utils v0.0.0-20260203130512-c242ee8dac57 h1:F99Uk/ye1fDjdOcEv1MS3duyaP+LfI8lHeHajoqsxmo=
8+
github.com/go-text/typesetting-utils v0.0.0-20260203130512-c242ee8dac57/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
9+
github.com/go-text/typesetting-utils v0.0.0-20260203131037-09bdbf1032cb h1:RPGIc7v4TLnPUKo3DUNf5nGlHHrZqom7i00gucqetrA=
10+
github.com/go-text/typesetting-utils v0.0.0-20260203131037-09bdbf1032cb/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
711
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
812
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
913
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)