Mercurial > yakumo_izuru > aya
annotate go.mod @ 61:e8f54da51137 draft
Be more verbose with servePubDir(), add an additional markdown file
extension, granted it's rare for someone to use it...
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Wed, 26 Apr 2023 12:40:20 +0000 |
parents | ed3aa9aaad0a |
children | 6d985efa0f7a |
rev | line source |
---|---|
55 | 1 module marisa.chaotic.ninja/aya |
43 | 2 |
46 | 3 go 1.17 |
43 | 4 |
5 require ( | |
59
ed3aa9aaad0a
Add functions to build Amber and GCSS (taken from original project)
yakumo.izuru
parents:
58
diff
changeset
|
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 |
46 | 7 github.com/russross/blackfriday/v2 v2.1.0 |
58 | 8 github.com/sirupsen/logrus v1.9.0 |
59
ed3aa9aaad0a
Add functions to build Amber and GCSS (taken from original project)
yakumo.izuru
parents:
58
diff
changeset
|
9 github.com/yosssi/gcss v0.1.0 |
46 | 10 gopkg.in/yaml.v2 v2.4.0 |
43 | 11 ) |
58 | 12 |
13 require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect |