From 0a31fc0aa35d9b1bdaba340b45b4a0fa766c980f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:25:44 +0000 Subject: build(deps): bump golang.org/x/image from 0.24.0 to 0.38.0 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: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 81acc51..9cc2ff8 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,13 @@ module rescribe.xyz/bookpipeline -go 1.23.0 +go 1.25.0 require ( fyne.io/fyne/v2 v2.7.1 github.com/aws/aws-sdk-go v1.40.6 github.com/nickjwhite/gofpdf v1.12.7-0.20240307131705-b017c7c7e41b github.com/wcharczuk/go-chart/v2 v2.1.0 - golang.org/x/image v0.24.0 + golang.org/x/image v0.38.0 rescribe.xyz/pdf v0.1.6 rescribe.xyz/preproc v0.4.3 rescribe.xyz/utils v0.1.3 @@ -45,7 +45,7 @@ require ( github.com/yuin/goldmark v1.7.8 // indirect golang.org/x/net v0.38.0 // indirect golang.org/x/sys v0.31.0 // indirect - golang.org/x/text v0.23.0 // indirect + golang.org/x/text v0.35.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect rescribe.xyz/integral v0.6.1 // indirect ) -- cgit v1.2.1-24-ge1ad