source: code/trunk/go.mod@ 82

Last change on this file since 82 was 75, checked in by Izuru Yakumo, 18 months ago

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@…>

File size: 212 bytes
Line 
1module marisa.chaotic.ninja/aya
2
3go 1.17
4
5require (
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
7 github.com/russross/blackfriday/v2 v2.1.0
8 github.com/yosssi/gcss v0.1.0
9 gopkg.in/yaml.v3 v3.0.1
10)
Note: See TracBrowser for help on using the repository browser.