From 9a28476b79a09de142086b38b3dd8b9c59fcff7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:24:49 +0000 Subject: [PATCH] Bump golang.org/x/image from 0.23.0 to 0.38.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.23.0 to 0.38.0. - [Commits](https://github.com/golang/image/compare/v0.23.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 061f591b..b7b92a10 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module github.com/peterstace/simplefeatures -go 1.18 +go 1.25.0 retract v0.45.0 // Due to bug: https://github.com/peterstace/simplefeatures/pull/554 require github.com/lib/pq v1.1.1 -require golang.org/x/image v0.23.0 // indirect +require golang.org/x/image v0.38.0 diff --git a/go.sum b/go.sum index 55bfa55f..1b0c1a47 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/lib/pq v1.1.1 h1:sJZmqHoEaY7f+NPP8pgLB/WxulyR3fewgCM2qaSlBb4= github.com/lib/pq v1.1.1/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= -golang.org/x/image v0.23.0 h1:HseQ7c2OpPKTPVzNjG5fwJsOTCiiwS4QdsYi5XU6H68= -golang.org/x/image v0.23.0/go.mod h1:wJJBTdLfCCf3tiHa1fNxpZmUI4mmoZvwMCPP0ddoNKY= +golang.org/x/image v0.38.0 h1:5l+q+Y9JDC7mBOMjo4/aPhMDcxEptsX+Tt3GgRQRPuE= +golang.org/x/image v0.38.0/go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY=