1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 17:08:34 +03:00
moar/go.mod
Johan Walles 54935615ed Switch highlighting engine to Chroma
Which is linked into here, so no need for users to install any external
tools.

Chroma home page: https://github.com/alecthomas/chroma
2021-01-09 17:18:10 +01:00

13 lines
295 B
Modula-2

module github.com/walles/moar
go 1.12
require (
github.com/alecthomas/chroma v0.8.2
github.com/gdamore/tcell/v2 v2.0.0
github.com/google/go-cmp v0.3.0 // indirect
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
gotest.tools v2.2.0+incompatible
)