From 6acfa615dbd15b8dd0f014ea1904e56a8caf7624 Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Sun, 3 Apr 2022 17:07:49 +0200 Subject: [PATCH] removed unused dependencies --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d1ae516..2e5e446 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,12 @@ go 1.18 require ( git.tordarus.net/Tordarus/buf2d v1.1.2 github.com/gdamore/tcell v1.4.0 - golang.org/x/text v0.3.7 + github.com/mattn/go-runewidth v0.0.7 ) require ( github.com/gdamore/encoding v1.0.0 // indirect github.com/lucasb-eyer/go-colorful v1.0.3 // indirect - github.com/mattn/go-runewidth v0.0.7 // indirect golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect + golang.org/x/text v0.3.7 // indirect )