summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gookit/color/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gookit/color/go.mod')
-rw-r--r--vendor/github.com/gookit/color/go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/gookit/color/go.mod b/vendor/github.com/gookit/color/go.mod
new file mode 100644
index 000000000..cd94efc3a
--- /dev/null
+++ b/vendor/github.com/gookit/color/go.mod
@@ -0,0 +1,9 @@
+module github.com/gookit/color
+
+go 1.12
+
+require (
+ github.com/stretchr/testify v1.6.1
+ github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
+ golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
+)