diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 22:46:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 22:46:27 +0530 |
commit | 34b57630e01f7be3f1c029e7541be3b40d105c7a (patch) | |
tree | 2b9d6e2ea6fa04cee3b06b5d65f411fea1ba5a6d /user/manga/mangalist.structs.go | |
parent | d7457e783bdd62f64df4791634c0705805b0ff62 (diff) |
migrating all imports to v4
Diffstat (limited to 'user/manga/mangalist.structs.go')
-rw-r--r-- | user/manga/mangalist.structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/manga/mangalist.structs.go b/user/manga/mangalist.structs.go index 3f338ae..f7cf97d 100644 --- a/user/manga/mangalist.structs.go +++ b/user/manga/mangalist.structs.go @@ -17,7 +17,7 @@ package manga import ( - "github.com/MikunoNaka/MAL2Go/v3/manga" + "github.com/MikunoNaka/MAL2Go/v4/manga" ) type mangaListRaw struct { |