From 91f4601e4b0cceb95a0b0e4184fae40426698451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:27:38 +0000 Subject: [PATCH] Bump golang.org/x/image in /cmd/imgconv Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20190910094157-69e4b8554b2a to 0.10.0. - [Commits](https://github.com/golang/image/commits/v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmd/imgconv/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/imgconv/go.mod b/cmd/imgconv/go.mod index 6ef332f..4613c65 100644 --- a/cmd/imgconv/go.mod +++ b/cmd/imgconv/go.mod @@ -5,5 +5,5 @@ go 1.13 require ( github.com/chai2010/webp v1.1.0 github.com/ezdiy/image v0.0.0-20191006042628-c71d1e4c43db - golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a + golang.org/x/image v0.10.0 )