From 590c528cfb92556a1d3d8ef299a7fc88298f3c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:38:34 +0000 Subject: [PATCH] build(deps): bump golang.org/x/image from 0.37.0 to 0.39.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.37.0 to 0.39.0. - [Commits](https://github.com/golang/image/compare/v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.39.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 d70f7dc..bb60bd4 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/agentine/prism go 1.25.0 -require golang.org/x/image v0.37.0 +require golang.org/x/image v0.39.0 diff --git a/go.sum b/go.sum index 4fff278..e1fcbd4 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/image v0.37.0 h1:ZiRjArKI8GwxZOoEtUfhrBtaCN+4b/7709dlT6SSnQA= -golang.org/x/image v0.37.0/go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY= +golang.org/x/image v0.39.0 h1:skVYidAEVKgn8lZ602XO75asgXBgLj9G/FE3RbuPFww= +golang.org/x/image v0.39.0/go.mod h1:sIbmppfU+xFLPIG0FoVUTvyBMmgng1/XAMhQ2ft0hpA=