From b0e93348526fd0aa2e5742811135469c658266ad Mon Sep 17 00:00:00 2001 From: John Date: Fri, 12 Jun 2020 14:10:33 +0800 Subject: [PATCH] go.mod updates --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 1c4f42626..a9bd63a5d 100644 --- a/go.mod +++ b/go.mod @@ -11,9 +11,7 @@ require ( github.com/gorilla/websocket v1.4.1 github.com/gqcn/structs v1.1.1 github.com/grokify/html-strip-tags-go v0.0.0-20190921062105-daaa06bf1aaf - github.com/mattn/go-runewidth v0.0.9 // indirect github.com/olekukonko/tablewriter v0.0.1 - golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect golang.org/x/text v0.3.2 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c )