view go.mod @ 56:315dee06253e draft

Make use of tags Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Sun, 09 Apr 2023 02:45:23 +0000
parents c6785950280e
children ef2697e4490e
line wrap: on
line source

module marisa.chaotic.ninja/aya

go 1.17

require (
	github.com/russross/blackfriday/v2 v2.1.0
	gopkg.in/yaml.v2 v2.4.0
)