gonotes/go.mod

17 lines
340 B
Modula-2
Raw Normal View History

2025-06-01 21:27:08 +01:00
module forgejo.gwairfelin.com/max/gonotes
2025-07-30 09:35:01 +01:00
go 1.24.5
require github.com/yuin/goldmark v1.7.8
2025-01-28 22:08:01 +00:00
require (
2025-06-01 21:27:08 +01:00
forgejo.gwairfelin.com/max/gispatcho v0.1.2
2025-01-28 22:08:01 +00:00
github.com/pelletier/go-toml/v2 v2.2.3
2025-07-25 13:44:21 +01:00
github.com/teekennedy/goldmark-markdown v0.5.1
2025-01-28 22:08:01 +00:00
)
require (
github.com/yuin/goldmark-meta v1.1.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)