chore: enable CGO for race detection, update deps, drop old Go versions

This commit is contained in:
2026-01-05 03:24:49 +01:00
parent 71d1429048
commit d644094999
5 changed files with 49 additions and 38 deletions

8
go.mod
View File

@ -1,14 +1,14 @@
module github.com/kjanat/articulate-parser
go 1.24.0
go 1.25.5
require (
github.com/fumiama/go-docx v0.0.0-20250506085032-0c30fd09304b
golang.org/x/net v0.46.0
golang.org/x/text v0.30.0
golang.org/x/net v0.48.0
golang.org/x/text v0.32.0
)
require (
github.com/fumiama/imgsz v0.0.4 // indirect
golang.org/x/image v0.32.0 // indirect
golang.org/x/image v0.34.0 // indirect
)