2024-02-16 19:29:43 +01:00
|
|
|
module github.com/facundoolano/jorge
|
2024-02-09 16:04:40 +01:00
|
|
|
|
2024-02-29 23:34:33 +01:00
|
|
|
go 1.22
|
2024-02-09 20:38:16 +01:00
|
|
|
|
2024-02-09 22:02:59 +01:00
|
|
|
require (
|
2024-02-27 12:45:29 +01:00
|
|
|
github.com/alecthomas/chroma/v2 v2.5.0
|
2024-02-26 16:16:06 +01:00
|
|
|
github.com/alecthomas/kong v0.8.1
|
2024-02-16 16:39:19 +01:00
|
|
|
github.com/elliotchance/orderedmap/v2 v2.2.0
|
2024-02-15 03:54:46 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2024-02-12 19:59:18 +01:00
|
|
|
github.com/niklasfasching/go-org v1.7.0
|
2024-02-15 03:54:46 +01:00
|
|
|
github.com/osteele/liquid v1.3.2
|
2024-02-16 19:14:30 +01:00
|
|
|
github.com/tdewolff/minify/v2 v2.20.16
|
2024-02-15 17:53:45 +01:00
|
|
|
github.com/yuin/goldmark v1.7.0
|
2024-02-27 12:45:29 +01:00
|
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
2024-03-13 19:37:41 +01:00
|
|
|
golang.org/x/net v0.17.0
|
|
|
|
golang.org/x/text v0.13.0
|
2024-02-16 16:39:19 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2024-02-12 19:59:18 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-27 12:45:29 +01:00
|
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
2024-02-11 17:30:10 +01:00
|
|
|
github.com/osteele/tuesday v1.0.3 // indirect
|
2024-02-16 19:14:30 +01:00
|
|
|
github.com/tdewolff/parse/v2 v2.7.11 // indirect
|
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2024-03-03 00:48:45 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-02-09 22:02:59 +01:00
|
|
|
)
|
2024-03-13 19:37:41 +01:00
|
|
|
|
|
|
|
replace github.com/niklasfasching/go-org => github.com/facundoolano/go-org v0.0.0-20240313182338-3f3817ebe25d
|