Mercurial > yakumo_izuru > aya
annotate go.mod @ 90:82986500ae71 draft default tip
Update repository URLs
author | yakumo.izuru |
---|---|
date | Thu, 15 May 2025 01:25:32 +0000 |
parents | 01ae2ad18ed1 |
children |
rev | line source |
---|---|
88 | 1 module mahou-no-mori.yakumo.dev/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 |
59
ed3aa9aaad0a
Add functions to build Amber and GCSS (taken from original project)
yakumo.izuru
parents:
58
diff
changeset
|
8 github.com/yosssi/gcss v0.1.0 |
74 | 9 gopkg.in/yaml.v3 v3.0.1 |
43 | 10 ) |