1
0
Fork 0
forked from fz0x1/go-org-py

go-org-py

This commit is contained in:
fz0x1 2025-06-23 17:25:28 +02:00
commit 48bddd4a93
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
9 changed files with 394 additions and 0 deletions

14
go.mod Normal file
View file

@ -0,0 +1,14 @@
module convert
go 1.24.4
require (
github.com/alecthomas/chroma/v2 v2.18.0
github.com/go-python/gopy v0.4.10
github.com/niklasfasching/go-org v1.8.0
)
require (
github.com/dlclark/regexp2 v1.11.5 // indirect
golang.org/x/net v0.38.0 // indirect
)