From 4018bfa899c6a9c1fc5d834a70f7e9bfbd48ceb1 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 4 Dec 2019 17:36:31 +0800 Subject: [PATCH] travis updates --- .travis.yml | 1 + go.mod | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index de6d35508..da04ca4a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: + - "1.10.x" - "1.11.x" - "1.12.x" - "1.13.x" diff --git a/go.mod b/go.mod index fd9569eea..9c49a3294 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,8 @@ require ( github.com/google/uuid v1.1.1 github.com/gorilla/websocket v1.4.1 github.com/grokify/html-strip-tags-go v0.0.0-20190921062105-daaa06bf1aaf + github.com/mattn/go-runewidth v0.0.7 // indirect github.com/olekukonko/tablewriter v0.0.1 + golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect golang.org/x/text v0.3.2 )