aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-04 01:03:06 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-04 01:03:06 +0530
commit440b14cd2d532146e41d010ba37d8252827c27a3 (patch)
tree6cf4be130ffd2402a8a31b5ea41d41f5b12c566b
parent72989b8e2fb6060f89cee60d32a0c84660792116 (diff)
fixed broken import: file importing v2 not v3
-rw-r--r--user/anime/request_handler.go2
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 {