deps: Bump Go to 1.24 and x/image to v0.32

This commit is contained in:
2025-11-05 22:22:17 +01:00
parent 903ee92e4c
commit 422b56aa86
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@ -1,10 +1,10 @@
module github.com/kjanat/articulate-parser
go 1.23.0
go 1.24.0
require github.com/fumiama/go-docx v0.0.0-20250506085032-0c30fd09304b
require (
github.com/fumiama/imgsz v0.0.4 // indirect
golang.org/x/image v0.27.0 // indirect
golang.org/x/image v0.32.0 // indirect
)