diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 01:04:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 01:04:20 +0530 |
commit | e143dc8955de158365e193882cb1b881abaa2d94 (patch) | |
tree | af251368ac96fd9517932468ed29631371b4c106 /ui/search.go | |
parent | bd0da056a9f4c1246ad5a980b1c824b7382478cf (diff) |
migrating from MAL2Go v2 to v3
Diffstat (limited to 'ui/search.go')
-rw-r--r-- | ui/search.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/search.go b/ui/search.go index 7ea045a..8e6ac0d 100644 --- a/ui/search.go +++ b/ui/search.go @@ -24,8 +24,8 @@ import ( "os" p "github.com/manifoldco/promptui" mal "github.com/MikunoNaka/macli/mal" - a "github.com/MikunoNaka/MAL2Go/v2/anime" - m "github.com/MikunoNaka/MAL2Go/v2/manga" + a "github.com/MikunoNaka/MAL2Go/v3/anime" + m "github.com/MikunoNaka/MAL2Go/v3/manga" ) // only search animes probably only now |