mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-01-16 07:42:09 +01:00
17 lines
301 B
Modula-2
17 lines
301 B
Modula-2
module github.com/kjanat/articulate-parser
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.25.5
|
|
|
|
require (
|
|
github.com/fumiama/go-docx v0.0.0-20250506085032-0c30fd09304b
|
|
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.34.0 // indirect
|
|
)
|