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 )