diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 23:23:01 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 23:23:01 +0530 |
commit | 83a39dbebed42b9bd779d86b4fcf30a0f5348d87 (patch) | |
tree | ced0a3cbcde63fdeb01e678191b3eee07e056ad4 /go.mod | |
parent | b5a8c767660fde8b73fee1ea0b261b28e35ccc62 (diff) |
added manga and nsfw results in list command
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/MikunoNaka/macli go 1.18 require ( - github.com/MikunoNaka/MAL2Go/v4 v4.0.0 + github.com/MikunoNaka/MAL2Go/v4 v4.0.1 github.com/jedib0t/go-pretty/v6 v6.3.3 github.com/manifoldco/promptui v0.9.0 github.com/spf13/cobra v1.4.0 |