1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00

9 lines
117 B
Modula-2
Raw Normal View History

module github.com/yuin/goldmark-meta
go 1.15
require (
github.com/yuin/goldmark v1.2.1
gopkg.in/yaml.v2 v2.3.0
)