summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/olekukonko/tablewriter/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/olekukonko/tablewriter/go.mod')
-rw-r--r--vendor/github.com/olekukonko/tablewriter/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/olekukonko/tablewriter/go.mod b/vendor/github.com/olekukonko/tablewriter/go.mod
new file mode 100644
index 0000000000..0430d99b01
--- /dev/null
+++ b/vendor/github.com/olekukonko/tablewriter/go.mod
@@ -0,0 +1,5 @@
+module github.com/olekukonko/tablewriter
+
+go 1.12
+
+require github.com/mattn/go-runewidth v0.0.7