aboutsummaryrefslogtreecommitdiff
path: root/user/anime/client.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-20 17:27:16 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-20 17:27:16 +0530
commite9e2257133f7c8ec9e8204570f33395d74ebe175 (patch)
tree2579ccdaa7dec03d79c9cece323f6a46f43118b6 /user/anime/client.go
parent017da9a33339fec2423e365c7b8c872e27b5bd21 (diff)
changed import paths to own git serverHEADv4.0.1master
Diffstat (limited to 'user/anime/client.go')
-rw-r--r--user/anime/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/anime/client.go b/user/anime/client.go
index aa4962f..145620d 100644
--- a/user/anime/client.go
+++ b/user/anime/client.go
@@ -17,7 +17,7 @@
package anime
import (
- "github.com/MikunoNaka/MAL2Go/v4/util"
+ "dev.vidhukant.xyz/MAL2Go/v4/util"
)
type Client util.DefaultClient