Mercurial > yakumo_izuru > aya
annotate go.mod @ 74:d8727551f403 draft
The Empress (III)
* Change the way how versions are handled in version.go (to ease `go
install`)
* Upgrade yaml.v2 to yaml.v3
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Mon, 04 Dec 2023 00:54:29 +0000 |
parents | 00b02728b74f |
children | 01ae2ad18ed1 |
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 |
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 ) |