1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 20:17:13 +03:00
moar/go.mod

15 lines
383 B
Modula-2
Raw Normal View History

2019-06-09 08:47:55 +03:00
module github.com/walles/moar
2021-04-22 20:17:58 +03:00
go 1.16
2019-06-09 08:47:55 +03:00
require (
github.com/alecthomas/chroma v0.9.4
2021-04-15 16:16:06 +03:00
github.com/google/go-cmp v0.5.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
2021-11-07 11:14:08 +03:00
github.com/spf13/cobra v1.2.1
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
2019-06-22 00:24:53 +03:00
gotest.tools v2.2.0+incompatible
)