forked from fz0x1/go-org-py
15 lines
337 B
Modula-2
15 lines
337 B
Modula-2
module convert
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.18.0
|
|
github.com/niklasfasching/go-org v1.8.0
|
|
)
|
|
|
|
replace github.com/niklasfasching/go-org => git.fz0x1.wtf/OrgWiki/go-org-orgwiki v0.0.0-20250623131512-b9f94aafed2d
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
golang.org/x/net v0.38.0 // indirect
|
|
)
|