diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 22:46:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 22:46:27 +0530 |
commit | 34b57630e01f7be3f1c029e7541be3b40d105c7a (patch) | |
tree | 2b9d6e2ea6fa04cee3b06b5d65f411fea1ba5a6d /errhandlers | |
parent | d7457e783bdd62f64df4791634c0705805b0ff62 (diff) |
migrating all imports to v4
Diffstat (limited to 'errhandlers')
-rw-r--r-- | errhandlers/errhandlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errhandlers/errhandlers.go b/errhandlers/errhandlers.go index 7b83c74..ca561b6 100644 --- a/errhandlers/errhandlers.go +++ b/errhandlers/errhandlers.go @@ -17,7 +17,7 @@ package errhandlers import ( - "github.com/MikunoNaka/MAL2Go/v3/util" + "github.com/MikunoNaka/MAL2Go/v4/util" ) // this is only for anime fields |