diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 01:03:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 01:03:06 +0530 |
commit | 440b14cd2d532146e41d010ba37d8252827c27a3 (patch) | |
tree | 6cf4be130ffd2402a8a31b5ea41d41f5b12c566b /user | |
parent | 72989b8e2fb6060f89cee60d32a0c84660792116 (diff) |
fixed broken import: file importing v2 not v3
Diffstat (limited to 'user')
-rw-r--r-- | user/anime/request_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/anime/request_handler.go b/user/anime/request_handler.go index f2f6707..58474ee 100644 --- a/user/anime/request_handler.go +++ b/user/anime/request_handler.go @@ -24,7 +24,7 @@ import ( "strconv" "strings" "errors" - "github.com/MikunoNaka/MAL2Go/v2/util" + "github.com/MikunoNaka/MAL2Go/v3/util" ) type UpdateResponse struct { |