mirror of
https://github.com/facundoolano/jorge.git
synced 2024-11-17 07:48:32 +01:00
16 lines
370 B
Modula-2
16 lines
370 B
Modula-2
module github.com/facundoolano/blorg
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/niklasfasching/go-org v1.7.0
|
|
gopkg.in/osteele/liquid.v1 v1.2.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/osteele/liquid v1.3.2 // indirect
|
|
github.com/osteele/tuesday v1.0.3 // indirect
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|