diff options
| author | Nick White <git@njw.name> | 2026-04-16 08:00:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 08:00:36 +0100 |
| commit | e6628583d85c245db09e501bd1121eedbf14f3b2 (patch) | |
| tree | 3cea419d29af886cfed2d888c978b0be4ab3127e /go.mod | |
| parent | 1c314f09820846591247ebbd92d809981f2d4f40 (diff) | |
| parent | 0a31fc0aa35d9b1bdaba340b45b4a0fa766c980f (diff) | |
Merge pull request #11 from rescribe/dependabot/go_modules/golang.org/x/image-0.38.0
build(deps): bump golang.org/x/image from 0.24.0 to 0.38.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ) |
