summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/olekukonko
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/olekukonko')
-rw-r--r--vendor/github.com/olekukonko/tablewriter/.travis.yml2
-rw-r--r--vendor/github.com/olekukonko/tablewriter/README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/olekukonko/tablewriter/.travis.yml b/vendor/github.com/olekukonko/tablewriter/.travis.yml
index f156b3b87..9c64270e2 100644
--- a/vendor/github.com/olekukonko/tablewriter/.travis.yml
+++ b/vendor/github.com/olekukonko/tablewriter/.travis.yml
@@ -9,4 +9,6 @@ go:
- 1.6
- 1.7
- 1.8
+ - 1.9
+ - "1.10"
- tip
diff --git a/vendor/github.com/olekukonko/tablewriter/README.md b/vendor/github.com/olekukonko/tablewriter/README.md
index 59cb86c01..d44d31aa8 100644
--- a/vendor/github.com/olekukonko/tablewriter/README.md
+++ b/vendor/github.com/olekukonko/tablewriter/README.md
@@ -115,7 +115,7 @@ table.SetRowLine(true) // Enable row line
// Change table lines
table.SetCenterSeparator("*")
-table.SetColumnSeparator("‡")
+table.SetColumnSeparator("╪")
table.SetRowSeparator("-")
table.SetAlignment(tablewriter.ALIGN_LEFT)