From 942f1f1be027a536b6a152caadd85a7af1a1fdd4 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 29 Jun 2022 22:51:43 +0530 Subject: fixed all bad imports importing older version --- anime/request_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anime/request_handler.go') 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" ) -- cgit v1.2.3