Separate the build<FORMAT> functions into their own source files
[aya.git] / go.mod
blobbace8b621feccdabfce92bfe88f8092b8f712fe2
1 module marisa.chaotic.ninja/aya
3 go 1.17
5 require (
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
7 github.com/russross/blackfriday/v2 v2.1.0
8 github.com/yosssi/gcss v0.1.0
9 gopkg.in/yaml.v3 v3.0.1