Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit f8d9d25

Browse files
committed
deps: update to textlayout v0.0.2
Signed-off-by: Chris Waldon <[email protected]>
1 parent a5f3606 commit f8d9d25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-text/shaping
33
go 1.15
44

55
require (
6-
github.com/benoitkugler/textlayout v0.0.1
6+
github.com/benoitkugler/textlayout v0.0.2
77
github.com/go-text/di v0.0.0-20210512160309-47d7273de543
88
github.com/go-text/font v0.0.0-20210614180816-1e3a33db90d4
99
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
github.com/benoitkugler/pstokenizer v1.0.0/go.mod h1:l1G2Voirz0q/jj0TQfabNxVsa8HZXh/VMxFSRALWTiE=
22
github.com/benoitkugler/textlayout v0.0.1 h1:bx6bcjFv4LuoymKjw/bir7S2rSO67TPCURHPbN/RMz8=
33
github.com/benoitkugler/textlayout v0.0.1/go.mod h1:puH4v13Uz7uIhIH0XMk5jgc8U3MXcn5r3VlV9K8n0D8=
4+
github.com/benoitkugler/textlayout v0.0.2 h1:3v0UtMl5DiG2qNTKlPah/7x5Or95MVPgpDHLTqS2270=
5+
github.com/benoitkugler/textlayout v0.0.2/go.mod h1:puH4v13Uz7uIhIH0XMk5jgc8U3MXcn5r3VlV9K8n0D8=
46
github.com/go-text/di v0.0.0-20210512160309-47d7273de543 h1:KVgLfDiy/b0k9JY2UAFuKyexYNQZm587A529Bp9LuBo=
57
github.com/go-text/di v0.0.0-20210512160309-47d7273de543/go.mod h1:C0pTBO6161csSadIq6Gt9mYzJH1WNn/bWIPukOezFus=
68
github.com/go-text/font v0.0.0-20210614180816-1e3a33db90d4 h1:eRr2WXlQSkwSWyF2Pi9sGdHm/1zzz+g7kseMTes4K9o=

0 commit comments

Comments
 (0)