mirror of
https://github.com/facundoolano/jorge.git
synced 2024-11-16 07:47:40 +01:00
9 lines
216 B
Modula-2
9 lines
216 B
Modula-2
module github.com/facundoolano/blorg
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/niklasfasching/go-org v1.7.0 // indirect
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|