aboutsummaryrefslogtreecommitdiff
path: root/user/anime/request_handler.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-29 22:58:14 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-29 22:58:14 +0530
commit0c369e01d7da80edc0d1e296fde6336cf3de17df (patch)
tree4cf1812cf22ab45b89960dcf86a428c681bdde4f /user/anime/request_handler.go
parent942f1f1be027a536b6a152caadd85a7af1a1fdd4 (diff)
ACTUALLY fixed all bad imports importing older version
Diffstat (limited to 'user/anime/request_handler.go')
-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 45bfe83..f2f6707 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/util"
+ "github.com/MikunoNaka/MAL2Go/v2/util"
)
type UpdateResponse struct {