This commit is contained in:
2025-11-19 20:29:00 -05:00
parent 7d70a4a884
commit 5cfaddf479
9 changed files with 583 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module fes
go 1.25.4
require (
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
github.com/gomarkdown/mdtohtml v0.0.0-20240124153210-d773061d1585 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
)