1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 23:40:35 +03:00
moar/go.mod
Johan Walles a30a31bb2b Try supporting Clear-to-EOL
This should be about right, but the tests are still failing.
2022-10-27 16:51:17 +02:00

13 lines
288 B
Modula-2

module github.com/walles/moar
go 1.16
require (
github.com/alecthomas/chroma v0.9.4
github.com/google/go-cmp v0.5.5
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
gotest.tools/v3 v3.3.0
)