From eca885a4e42f900ebdf5770284768876f3bfaff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:16:35 +0000 Subject: [PATCH] build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.34.0 to 0.35.0. - [Commits](https://github.com/golang/image/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f558640..da2a0b6 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/boxes-ltd/imaging go 1.24.0 -require golang.org/x/image v0.34.0 +require golang.org/x/image v0.35.0 diff --git a/go.sum b/go.sum index 4b59bdb..d3d3aeb 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/image v0.34.0 h1:33gCkyw9hmwbZJeZkct8XyR11yH889EQt/QH4VmXMn8= -golang.org/x/image v0.34.0/go.mod h1:2RNFBZRB+vnwwFil8GkMdRvrJOFd1AzdZI6vOY+eJVU= +golang.org/x/image v0.35.0 h1:LKjiHdgMtO8z7Fh18nGY6KDcoEtVfsgLDPeLyguqb7I= +golang.org/x/image v0.35.0/go.mod h1:MwPLTVgvxSASsxdLzKrl8BRFuyqMyGhLwmC+TO1Sybk=