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 )