Skip to content

Commit d38ba9a

Browse files
committed
Update go-svg dependency
1 parent fff5303 commit d38ba9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/fogleman/gg v1.3.0
7-
github.com/lafriks/go-svg v0.5.0
7+
github.com/lafriks/go-svg v0.5.1
88
)
99

1010
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/fogleman/gg v1.3.0 h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=
22
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
33
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=
44
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
5-
github.com/lafriks/go-svg v0.5.0 h1:HqAngO2e1kO6FYLJFKImWaaroUd9fE3gsfFlhwXX268=
6-
github.com/lafriks/go-svg v0.5.0/go.mod h1:xbcKdowGtLfEdQf+xuNX9U5ZzBA8o+R3uXxkp1tF0/w=
5+
github.com/lafriks/go-svg v0.5.1 h1:gWotwHOoiCDt2+hg1kuZM5v5FV92CG2fmz3OFkKTVAE=
6+
github.com/lafriks/go-svg v0.5.1/go.mod h1:xbcKdowGtLfEdQf+xuNX9U5ZzBA8o+R3uXxkp1tF0/w=
77
golang.org/x/image v0.19.0 h1:D9FX4QWkLfkeqaC62SonffIIuYdOk/UE2XKUBgRIBIQ=
88
golang.org/x/image v0.19.0/go.mod h1:y0zrRqlQRWQ5PXaYCOMLTW2fpsxZ8Qh9I/ohnInJEys=
99
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=

0 commit comments

Comments
 (0)