view go.mod @ 73:8533d875a2bb draft

The World (XXI) * Replace all iterations of log.* with fmt.* and os.Exit() * Use proper Go versioning Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Tue, 21 Nov 2023 11:44:14 +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
)