summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2026-05-28 16:27:20 +0100
committerNick White <git@njw.name>2026-05-28 16:27:20 +0100
commit5965b3115f4b0b4c1aeac9fefe909c03f4033893 (patch)
tree981457906f13170531b7a4e653eb5112fde7fc87 /go.mod
parenta12d4650b310a5f2a1c9fb7d911e17b96464680b (diff)
Downgrade image and text dependencies so we can build with go 1.24, which is required for cross-compiling to macOS for now
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 9cc2ff8..b83d6bc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,13 @@
module rescribe.xyz/bookpipeline
-go 1.25.0
+go 1.24.13
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.38.0
+ golang.org/x/image v0.36.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.35.0 // indirect
+ golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rescribe.xyz/integral v0.6.1 // indirect
)