view go.mod @ 66:787b5ee0289d draft

Use vendored modules Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Sun, 23 Jul 2023 13:18:53 +0000
parents 6d985efa0f7a
children 4edfa07d5fe0
line wrap: on
line source

module marisa.chaotic.ninja/aya

go 1.17

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

require (
	github.com/alecthomas/chroma/v2 v2.3.0 // indirect
	github.com/dlclark/regexp2 v1.4.0 // indirect
	golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)