diff options
Diffstat (limited to 'testing/gron/go.mod')
-rw-r--r-- | testing/gron/go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/gron/go.mod b/testing/gron/go.mod new file mode 100644 index 0000000000..ce4ad34c37 --- /dev/null +++ b/testing/gron/go.mod @@ -0,0 +1,10 @@ +module github.com/tomnomnom/gron + +require ( + github.com/fatih/color v1.7.0 + github.com/mattn/go-colorable v0.0.9 + github.com/mattn/go-isatty v0.0.4 // indirect + github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5 + github.com/pkg/errors v0.8.0 + golang.org/x/sys v0.0.0-20180921163948-d47a0f339242 // indirect +) |