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/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anime/client.go') diff --git a/anime/client.go b/anime/client.go index e857df2..090571b 100644 --- a/anime/client.go +++ b/anime/client.go @@ -17,7 +17,7 @@ package anime import ( - "github.com/MikunoNaka/MAL2Go/util" + "github.com/MikunoNaka/MAL2Go/v2/util" ) type Client util.DefaultClient -- cgit v1.2.3