1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 17:08:34 +03:00
moar/go.mod

13 lines
295 B
Modula-2
Raw Normal View History

2019-06-09 08:47:55 +03:00
module github.com/walles/moar
go 1.12
require (
github.com/alecthomas/chroma v0.8.2
2020-10-30 10:19:13 +03:00
github.com/gdamore/tcell/v2 v2.0.0
2019-06-22 00:24:53 +03:00
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
2019-06-22 00:24:53 +03:00
gotest.tools v2.2.0+incompatible
)