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>

git-svn-id: file:///srv/svn/repo/aya/trunk@75 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2023-12-04 00:54:29 +00:00
parent 5dbb5fe308
commit 78724661eb
27 changed files with 2566 additions and 1101 deletions

View File

@@ -1,4 +1,4 @@
// $TheSupernovaDuo: marisa.chaotic.ninja/aya/cmd/aya, v0.6.4 2023-10-23 22:26:23, yakumo_izuru Exp $
// $TheSupernovaDuo: marisa.chaotic.ninja/aya/cmd/aya, v0.6.6 2023-12-03 23:48:17+0000, yakumo_izuru Exp $
package main
import (
@@ -15,7 +15,7 @@ import (
"github.com/eknkc/amber"
"github.com/russross/blackfriday/v2"
"github.com/yosssi/gcss"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"marisa.chaotic.ninja/aya"
)