Mercurial > yakumo_izuru > aya
comparison go.mod @ 67:4edfa07d5fe0 draft
bfchroma turned out to be a hassle
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Thu, 07 Sep 2023 16:52:43 +0000 |
parents | 787b5ee0289d |
children | 4b79810863f6 |
comparison
equal
deleted
inserted
replaced
66:787b5ee0289d | 67:4edfa07d5fe0 |
---|---|
1 module marisa.chaotic.ninja/aya | 1 module marisa.chaotic.ninja/aya |
2 | 2 |
3 go 1.17 | 3 go 1.17 |
4 | 4 |
5 require ( | 5 require ( |
6 github.com/Depado/bfchroma/v2 v2.0.0 | |
7 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 | 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 | 8 github.com/russross/blackfriday/v2 v2.1.0 |
9 github.com/sirupsen/logrus v1.9.0 | 9 github.com/sirupsen/logrus v1.9.0 |
10 github.com/yosssi/gcss v0.1.0 | 10 github.com/yosssi/gcss v0.1.0 |
11 gopkg.in/yaml.v2 v2.4.0 | 11 gopkg.in/yaml.v2 v2.4.0 |
12 ) | 12 ) |
13 | 13 |
14 require ( | 14 require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect |
15 github.com/alecthomas/chroma/v2 v2.3.0 // indirect | |
16 github.com/dlclark/regexp2 v1.4.0 // indirect | |
17 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect | |
18 ) |