source: code/trunk/go.mod@ 68

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

bfchroma turned out to be a hassle

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

File size: 400 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/kentaro-m/blackfriday-confluence v0.0.0-20220126124413-8e85477b49b3
8 github.com/russross/blackfriday/v2 v2.1.0
9 github.com/sirupsen/logrus v1.9.0
10 github.com/yosssi/gcss v0.1.0
11 gopkg.in/yaml.v2 v2.4.0
12)
13
14require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
Note: See TracBrowser for help on using the repository browser.