aboutsummaryrefslogtreecommitdiff
path: root/anime/request_handler.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 /anime/request_handler.go
parent7215c7f3bb6ae6e9c5c240be1f0429fb2fafab28 (diff)
fixed all bad imports importing older version
Diffstat (limited to 'anime/request_handler.go')
-rw-r--r--anime/request_handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/anime/request_handler.go b/anime/request_handler.go
index 816417e..1aec83b 100644
--- a/anime/request_handler.go
+++ b/anime/request_handler.go
@@ -21,7 +21,7 @@ import (
"log"
"net/http"
"encoding/json"
- "github.com/MikunoNaka/MAL2Go/util"
+ "github.com/MikunoNaka/MAL2Go/v2/util"
"errors"
)