source: code/trunk/go.mod@ 66

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

Add support for bfchroma syntax highlighting

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

File size: 462 bytes
RevLine 
[56]1module marisa.chaotic.ninja/aya
[44]2
[47]3go 1.17
[44]4
5require (
[66]6 github.com/Depado/bfchroma/v2 v2.0.0
[60]7 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
[47]8 github.com/russross/blackfriday/v2 v2.1.0
[59]9 github.com/sirupsen/logrus v1.9.0
[60]10 github.com/yosssi/gcss v0.1.0
[47]11 gopkg.in/yaml.v2 v2.4.0
[44]12)
[59]13
[66]14require (
15 github.com/alecthomas/chroma/v2 v2.2.0 // indirect
16 github.com/dlclark/regexp2 v1.4.0 // indirect
17 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
18)
Note: See TracBrowser for help on using the repository browser.