source: code/trunk/go.mod@ 59

Last change on this file since 59 was 59, checked in by Izuru Yakumo, 2 years ago

Add a more detailed usage note, and use logrus

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

File size: 230 bytes
Line 
1module marisa.chaotic.ninja/aya
2
3go 1.17
4
5require (
6 github.com/russross/blackfriday/v2 v2.1.0
7 github.com/sirupsen/logrus v1.9.0
8 gopkg.in/yaml.v2 v2.4.0
9)
10
11require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
Note: See TracBrowser for help on using the repository browser.