From c6dc812d3ec91085fa52f96b17d42eea2d2a949c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:24:59 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/image from 0.24.0 to 0.38.0 in /example Bumps [golang.org/x/image](https://github.com/golang/image) from 0.24.0 to 0.38.0. - [Commits](https://github.com/golang/image/compare/v0.24.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] --- example/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/go.mod b/example/go.mod index 3149032..cbde82a 100644 --- a/example/go.mod +++ b/example/go.mod @@ -1,6 +1,6 @@ module example -go 1.19 +go 1.25.0 require ( github.com/yeqown/go-qrcode v1.5.10 @@ -18,5 +18,5 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/yeqown/reedsolomon v1.0.0 // indirect - golang.org/x/image v0.24.0 // indirect + golang.org/x/image v0.38.0 // indirect )