From e9e2257133f7c8ec9e8204570f33395d74ebe175 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 20 Jul 2023 17:27:16 +0530 Subject: changed import paths to own git server --- 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 3db166a..611bcce 100644 --- a/anime/anime.structs.go +++ b/anime/anime.structs.go @@ -17,7 +17,7 @@ package anime import ( - u "github.com/MikunoNaka/MAL2Go/v4/util" + u "dev.vidhukant.xyz/MAL2Go/v4/util" ) type AnimeStatistics struct { -- cgit v1.2.3