You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/therealfakemoot/wikilink-converter
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.5.4
|
|
github.com/yuin/goldmark-meta v1.1.0
|
|
)
|
|
|
|
require gopkg.in/yaml.v2 v2.3.0 // indirect
|