From 311a0431eae6ff7c86815bae066c0eeaa9452958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:18:53 +0000 Subject: [PATCH] Bump golang.org/x/image from 0.10.0 to 0.18.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0. - [Commits](https://github.com/golang/image/compare/v0.10.0...v0.18.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 b683c4c..ac4ca8e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/fogleman/gg v1.3.0 github.com/gofiber/fiber/v2 v2.50.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 - golang.org/x/image v0.10.0 + golang.org/x/image v0.18.0 ) require (