Skip to content

Commit 75d38d9

Browse files
committed
fix dev module version
1 parent 1b04bfe commit 75d38d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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-20260203131037-09bdbf1032cb
6+
github.com/go-text/typesetting-utils v0.0.0-20260223113751-2d88ac90dae3
77
golang.org/x/image v0.23.0
88
golang.org/x/text v0.21.0
99
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/go-text/typesetting-utils v0.0.0-20260203130512-c242ee8dac57 h1:F99Uk
88
github.com/go-text/typesetting-utils v0.0.0-20260203130512-c242ee8dac57/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
99
github.com/go-text/typesetting-utils v0.0.0-20260203131037-09bdbf1032cb h1:RPGIc7v4TLnPUKo3DUNf5nGlHHrZqom7i00gucqetrA=
1010
github.com/go-text/typesetting-utils v0.0.0-20260203131037-09bdbf1032cb/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
11+
github.com/go-text/typesetting-utils v0.0.0-20260223113751-2d88ac90dae3 h1:drBZzMgdYPbmyXqOto4YhhJGrFIQCX94FpR4MzTCsos=
12+
github.com/go-text/typesetting-utils v0.0.0-20260223113751-2d88ac90dae3/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
1113
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1214
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
1315
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)