]> Nishi Git Mirror - aya.git/commit
The Empress (III) v0.6.6
authorIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Mon, 4 Dec 2023 00:54:29 +0000 (21:54 -0300)
committerIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Mon, 4 Dec 2023 00:54:29 +0000 (21:54 -0300)
commitf793905a1f593188b8b8abda44e8ef50f67c7ab4
tree320e94b07e072159d864e4b603748e4f75fbbea3
parente2b4d9c8c553d67e26d0d05998004692210e39bf
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>
27 files changed:
Makefile
README.md
cmd/aya/main.go
go.mod
go.sum
vendor/gopkg.in/yaml.v2/.travis.yml [deleted file]
vendor/gopkg.in/yaml.v2/LICENSE [deleted file]
vendor/gopkg.in/yaml.v2/encode.go [deleted file]
vendor/gopkg.in/yaml.v2/writerc.go [deleted file]
vendor/gopkg.in/yaml.v3/LICENSE [moved from vendor/gopkg.in/yaml.v2/LICENSE.libyaml with 51% similarity]
vendor/gopkg.in/yaml.v3/NOTICE [moved from vendor/gopkg.in/yaml.v2/NOTICE with 100% similarity]
vendor/gopkg.in/yaml.v3/README.md [moved from vendor/gopkg.in/yaml.v2/README.md with 66% similarity]
vendor/gopkg.in/yaml.v3/apic.go [moved from vendor/gopkg.in/yaml.v2/apic.go with 93% similarity]
vendor/gopkg.in/yaml.v3/decode.go [moved from vendor/gopkg.in/yaml.v2/decode.go with 51% similarity]
vendor/gopkg.in/yaml.v3/emitterc.go [moved from vendor/gopkg.in/yaml.v2/emitterc.go with 80% similarity]
vendor/gopkg.in/yaml.v3/encode.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/parserc.go [moved from vendor/gopkg.in/yaml.v2/parserc.go with 85% similarity]
vendor/gopkg.in/yaml.v3/readerc.go [moved from vendor/gopkg.in/yaml.v2/readerc.go with 91% similarity]
vendor/gopkg.in/yaml.v3/resolve.go [moved from vendor/gopkg.in/yaml.v2/resolve.go with 60% similarity]
vendor/gopkg.in/yaml.v3/scannerc.go [moved from vendor/gopkg.in/yaml.v2/scannerc.go with 87% similarity]
vendor/gopkg.in/yaml.v3/sorter.go [moved from vendor/gopkg.in/yaml.v2/sorter.go with 76% similarity]
vendor/gopkg.in/yaml.v3/writerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v3/yaml.go [moved from vendor/gopkg.in/yaml.v2/yaml.go with 55% similarity]
vendor/gopkg.in/yaml.v3/yamlh.go [moved from vendor/gopkg.in/yaml.v2/yamlh.go with 88% similarity]
vendor/gopkg.in/yaml.v3/yamlprivateh.go [moved from vendor/gopkg.in/yaml.v2/yamlprivateh.go with 78% similarity]
vendor/modules.txt
version.go