2024-02-16 15:29:43 -03:00
|
|
|
module github.com/facundoolano/jorge
|
2024-02-09 12:04:40 -03:00
|
|
|
|
|
|
|
go 1.22.0
|
2024-02-09 16:38:16 -03:00
|
|
|
|
2024-02-09 18:02:59 -03:00
|
|
|
require (
|
2024-02-16 12:39:19 -03:00
|
|
|
github.com/elliotchance/orderedmap/v2 v2.2.0
|
2024-02-14 23:54:46 -03:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2024-02-12 15:59:18 -03:00
|
|
|
github.com/niklasfasching/go-org v1.7.0
|
2024-02-14 23:54:46 -03:00
|
|
|
github.com/osteele/liquid v1.3.2
|
2024-02-16 15:14:30 -03:00
|
|
|
github.com/tdewolff/minify/v2 v2.20.16
|
2024-02-15 13:53:45 -03:00
|
|
|
github.com/yuin/goldmark v1.7.0
|
2024-02-16 12:39:19 -03:00
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
2024-02-21 12:56:22 -03:00
|
|
|
golang.org/x/text v0.3.3
|
2024-02-16 12:39:19 -03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2024-02-12 15:59:18 -03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-11 13:30:10 -03:00
|
|
|
github.com/osteele/tuesday v1.0.3 // indirect
|
2024-02-16 15:14:30 -03:00
|
|
|
github.com/tdewolff/parse/v2 v2.7.11 // indirect
|
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2024-02-09 18:02:59 -03:00
|
|
|
)
|