Skip to content

Commit c9671fa

Browse files
authored
Merge pull request #30 from cloudtrust/renovate/golang.org-x-image-0.x
fix(deps): update module golang.org/x/image to v0.41.0
2 parents e72cc33 + d760d98 commit c9671fa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ toolchain go1.26.2
66

77
require (
88
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
9-
golang.org/x/image v0.39.0
9+
golang.org/x/image v0.41.0
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=
22
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
3-
golang.org/x/image v0.39.0 h1:skVYidAEVKgn8lZ602XO75asgXBgLj9G/FE3RbuPFww=
4-
golang.org/x/image v0.39.0/go.mod h1:sIbmppfU+xFLPIG0FoVUTvyBMmgng1/XAMhQ2ft0hpA=
3+
golang.org/x/image v0.41.0 h1:8wS72eGJMJaBxK6okTzd4WaXumUlTVlb753MlsSvTCo=
4+
golang.org/x/image v0.41.0/go.mod h1:uIc348UZMSvS5Z65CVZ7iDPaNobNFEPeJ4kbqTOszmA=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## explicit
33
github.com/golang/freetype/raster
44
github.com/golang/freetype/truetype
5-
# golang.org/x/image v0.39.0
5+
# golang.org/x/image v0.41.0
66
## explicit; go 1.25.0
77
golang.org/x/image/draw
88
golang.org/x/image/font

0 commit comments

Comments
 (0)