From 3b429fe70ab3004e9d613df745e62a0da9fab552 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 6 Jul 2022 22:52:29 +0530 Subject: migrating to MAL2Gov4 --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 29bfafb..406df62 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,8 @@ module github.com/MikunoNaka/macli go 1.18 require ( - github.com/MikunoNaka/MAL2Go/v3 v3.1.0 + github.com/MikunoNaka/MAL2Go/v4 v4.0.0 + github.com/jedib0t/go-pretty/v6 v6.3.3 github.com/manifoldco/promptui v0.9.0 github.com/spf13/cobra v1.4.0 github.com/zalando/go-keyring v0.2.1 @@ -15,6 +16,8 @@ require ( github.com/danieljoos/wincred v1.1.0 // indirect github.com/godbus/dbus/v5 v5.0.6 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/mattn/go-runewidth v0.0.13 // indirect + github.com/rivo/uniseg v0.2.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect + golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect ) -- cgit v1.2.3