feat: move the blackfriday extension settings out of the render function, improve...
[aya.git] / go.mod
blob0be2fed4bf51e1609e50810b9af2344cd3bb7f55
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.v2 v2.4.0