aboutsummaryrefslogtreecommitdiff
path: root/user/manga/update_mangalist.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-06 22:46:27 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-06 22:46:27 +0530
commit34b57630e01f7be3f1c029e7541be3b40d105c7a (patch)
tree2b9d6e2ea6fa04cee3b06b5d65f411fea1ba5a6d /user/manga/update_mangalist.go
parentd7457e783bdd62f64df4791634c0705805b0ff62 (diff)
migrating all imports to v4
Diffstat (limited to 'user/manga/update_mangalist.go')
-rw-r--r--user/manga/update_mangalist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/manga/update_mangalist.go b/user/manga/update_mangalist.go
index f062be9..5dda7b4 100644
--- a/user/manga/update_mangalist.go
+++ b/user/manga/update_mangalist.go
@@ -16,7 +16,7 @@
package manga
import (
- e "github.com/MikunoNaka/MAL2Go/v3/errhandlers"
+ e "github.com/MikunoNaka/MAL2Go/v4/errhandlers"
"fmt"
"net/url"
"strconv"