travis updates

This commit is contained in:
John
2019-12-04 17:36:31 +08:00
parent 3cc9ce74e1
commit 4018bfa899
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"

2
go.mod
View File

@ -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
)