From 51b6e091a6631ba78d2c5e8056e924f8bc4f4a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:24:43 +0000 Subject: [PATCH] Bump golang.org/x/image from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.10.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.10.0. - [Commits](https://github.com/golang/image/commits/v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index baae039..2705540 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/hooto/iam go 1.22 +toolchain go1.22.1 require ( github.com/disintegration/imaging v1.6.2 @@ -20,7 +21,7 @@ require ( require ( github.com/andybalholm/brotli v1.1.0 // indirect github.com/hooto/hflag4g v0.10.0 // indirect - golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect + golang.org/x/image v0.10.0 // indirect golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.17.0 // indirect golang.org/x/text v0.14.0 // indirect