1
1
mirror of https://github.com/walles/moar.git synced 2024-09-19 07:58:00 +03:00
moar/go.mod
Johan Walles 871cf523c0 Bump Chroma to 0.9.4
Removes some indirect dependencies, fixes #74.
2021-10-17 08:57:13 +02:00

14 lines
352 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 // indirect
github.com/pkg/errors v0.9.1 // indirect
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 v2.2.0+incompatible
)