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/anime.structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anime/anime.structs.go') diff --git a/anime/anime.structs.go b/anime/anime.structs.go index 9466232..55f2df2 100644 --- a/anime/anime.structs.go +++ b/anime/anime.structs.go @@ -17,7 +17,7 @@ package anime import ( - u "github.com/MikunoNaka/MAL2Go/util" + u "github.com/MikunoNaka/MAL2Go/v2/util" ) type AnimeStatistics struct { -- cgit v1.2.3