aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 5 insertions, 2 deletions
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
)