view go.mod @ 55:c6785950280e draft

The fastest, period. Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Sun, 09 Apr 2023 02:39:19 +0000
parents 0adadd497d23
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
)