diff options
author | Tiago Ilieve <tiago.myhro@gmail.com> | 2018-09-21 20:27:14 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-26 17:29:00 +0000 |
commit | 8e6397ec2a70da707b025920a5ea46bf3ecf799f (patch) | |
tree | de5fc83c50a0ec2d37ee04de461aa7074ade0fcc /testing/gron/go.mod | |
parent | e56cdb447eae7d708d34df295a25b3f4f627a24d (diff) | |
download | aports-8e6397ec2a70da707b025920a5ea46bf3ecf799f.tar.bz2 aports-8e6397ec2a70da707b025920a5ea46bf3ecf799f.tar.xz |
testing/gron: new aport
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 +) |