go.mod updates

This commit is contained in:
John 2019-12-04 16:27:19 +08:00
parent 835c045c92
commit eac60d845f

3
go.mod
View File

@ -13,9 +13,6 @@ 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.4 // indirect
github.com/olekukonko/tablewriter v0.0.1
golang.org/x/sys v0.0.0-20190924092210-98129a5cf4a0 // indirect
golang.org/x/text v0.3.2
google.golang.org/appengine v1.6.3 // indirect
)