diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:58:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:58:14 +0530 |
commit | 0c369e01d7da80edc0d1e296fde6336cf3de17df (patch) | |
tree | 4cf1812cf22ab45b89960dcf86a428c681bdde4f /user/anime/update_animelist.go | |
parent | 942f1f1be027a536b6a152caadd85a7af1a1fdd4 (diff) |
ACTUALLY fixed all bad imports importing older version
Diffstat (limited to 'user/anime/update_animelist.go')
-rw-r--r-- | user/anime/update_animelist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/anime/update_animelist.go b/user/anime/update_animelist.go index ec0d60d..d8c936a 100644 --- a/user/anime/update_animelist.go +++ b/user/anime/update_animelist.go @@ -16,7 +16,7 @@ package anime import ( - e "github.com/MikunoNaka/MAL2Go/errhandlers" + e "github.com/MikunoNaka/MAL2Go/v2/errhandlers" "fmt" "net/url" "strconv" |