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 /anime/request_handler.go | |
parent | d7457e783bdd62f64df4791634c0705805b0ff62 (diff) |
migrating all imports to v4
Diffstat (limited to 'anime/request_handler.go')
-rw-r--r-- | anime/request_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anime/request_handler.go b/anime/request_handler.go index e5521fd..0da337e 100644 --- a/anime/request_handler.go +++ b/anime/request_handler.go @@ -21,7 +21,7 @@ import ( "log" "net/http" "encoding/json" - "github.com/MikunoNaka/MAL2Go/v3/util" + "github.com/MikunoNaka/MAL2Go/v4/util" "errors" ) |