From ea9313094c3dde073530112b0023a739ce36e128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:34:12 +0000 Subject: [PATCH] Bump golang.org/x/image from 0.5.0 to 0.10.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.10.0. - [Commits](https://github.com/golang/image/compare/v0.5.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index afd645d..4772db7 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/jung-kurt/gofpdf v1.0.0 github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb - golang.org/x/image v0.5.0 + golang.org/x/image v0.10.0 )