view go.mod @ 71:7819959ac6ca draft

feat: move the blackfriday extension settings out of the render function, improve documentation Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Tue, 03 Oct 2023 02:39:08 +0000
parents 00b02728b74f
children d8727551f403
line wrap: on
line source

module marisa.chaotic.ninja/aya

go 1.17

require (
	github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
	github.com/russross/blackfriday/v2 v2.1.0
	github.com/yosssi/gcss v0.1.0
	gopkg.in/yaml.v2 v2.4.0
)