source: code/trunk/go.mod@ 70

Last change on this file since 70 was 69, checked in by Izuru Yakumo, 21 months ago

Ready to release 0.6.0

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 320 bytes
RevLine 
[56]1module marisa.chaotic.ninja/aya
[44]2
[47]3go 1.17
[44]4
5require (
[60]6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
[47]7 github.com/russross/blackfriday/v2 v2.1.0
[59]8 github.com/sirupsen/logrus v1.9.0
[60]9 github.com/yosssi/gcss v0.1.0
[47]10 gopkg.in/yaml.v2 v2.4.0
[44]11)
[59]12
[69]13require golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
Note: See TracBrowser for help on using the repository browser.