forked from fz0x1/go-org-py
go-org-py
This commit is contained in:
commit
48bddd4a93
9 changed files with 394 additions and 0 deletions
14
go.mod
Normal file
14
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue