From eac60d845fb0ca2736d9bbac8dc50614bc04f77f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 4 Dec 2019 16:27:19 +0800 Subject: [PATCH] go.mod updates --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index f31a22898..fd9569eea 100644 --- a/go.mod +++ b/go.mod @@ -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 )