summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-30 16:25:44 +0000
committerGitHub <noreply@github.com>2026-03-30 16:25:44 +0000
commit0a31fc0aa35d9b1bdaba340b45b4a0fa766c980f (patch)
tree3cea419d29af886cfed2d888c978b0be4ab3127e /go.mod
parent1c314f09820846591247ebbd92d809981f2d4f40 (diff)
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] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
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
)