aboutsummaryrefslogtreecommitdiff
path: root/user/manga/update_mangalist.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-29 22:51:43 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-29 22:51:43 +0530
commit942f1f1be027a536b6a152caadd85a7af1a1fdd4 (patch)
treeb0b60359b7d27d2e69cafd15ab4963c6e3d62264 /user/manga/update_mangalist.go
parent7215c7f3bb6ae6e9c5c240be1f0429fb2fafab28 (diff)
fixed all bad imports importing older version
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 b60bfd0..7d488dc 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/errhandlers"
+ e "github.com/MikunoNaka/MAL2Go/v2/errhandlers"
"fmt"
"net/url"
"strconv"