From 1dbba289c86811f54d06a0d7a51401f3e1d6334a Mon Sep 17 00:00:00 2001 From: Luke Wilson Date: Tue, 13 Apr 2021 11:22:52 -0500 Subject: [PATCH] Make dependencies direct and upgrade go-runewidth --- go.mod | 6 +++--- go.sum | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fd6e28f..a25d90d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.12 require ( github.com/gdamore/tcell/v2 v2.2.0 - github.com/mattn/go-runewidth v0.0.10 // indirect - github.com/zyedidia/clipboard v1.0.3 // indirect - github.com/zyedidia/rope v0.0.0-20210117014038-fa241571635a // indirect + github.com/mattn/go-runewidth v0.0.12 + github.com/zyedidia/clipboard v1.0.3 + github.com/zyedidia/rope v0.0.0-20210117014038-fa241571635a ) diff --git a/go.sum b/go.sum index 2b16a29..c64320e 100755 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tW github.com/lucasb-eyer/go-colorful v1.0.3/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= github.com/mattn/go-runewidth v0.0.10 h1:CoZ3S2P7pvtP45xOtBw+/mDL2z0RKI576gSkzRRpdGg= github.com/mattn/go-runewidth v0.0.10/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk= +github.com/mattn/go-runewidth v0.0.12 h1:Y41i/hVW3Pgwr8gV+J23B9YEY0zxjptBuCWEaxmAOow= +github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk= github.com/rivo/uniseg v0.1.0 h1:+2KBaVoUmb9XzDsrx/Ct0W/EYOSFf/nWTauy++DprtY= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/zyedidia/clipboard v1.0.3 h1:F/nCDVYMdbDWTmY8s8cJl0tnwX32q96IF09JHM14bUI=