2024-02-09 16:04:40 +01:00
|
|
|
module github.com/facundoolano/blorg
|
|
|
|
|
|
|
|
go 1.22.0
|
2024-02-09 20:38:16 +01:00
|
|
|
|
2024-02-09 22:02:59 +01:00
|
|
|
require (
|
2024-02-12 19:59:18 +01:00
|
|
|
github.com/niklasfasching/go-org v1.7.0
|
|
|
|
gopkg.in/osteele/liquid.v1 v1.2.4
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-14 17:16:41 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-02-11 17:30:10 +01:00
|
|
|
github.com/osteele/liquid v1.3.2 // indirect
|
|
|
|
github.com/osteele/tuesday v1.0.3 // indirect
|
2024-02-09 22:02:59 +01:00
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
2024-02-14 17:16:41 +01:00
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
2024-02-11 17:30:10 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-02-09 22:02:59 +01:00
|
|
|
)
|