diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:51:43 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:51:43 +0530 |
commit | 942f1f1be027a536b6a152caadd85a7af1a1fdd4 (patch) | |
tree | b0b60359b7d27d2e69cafd15ab4963c6e3d62264 /user/request_handler.go | |
parent | 7215c7f3bb6ae6e9c5c240be1f0429fb2fafab28 (diff) |
fixed all bad imports importing older version
Diffstat (limited to 'user/request_handler.go')
-rw-r--r-- | user/request_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/request_handler.go b/user/request_handler.go index b401fc1..d2e1c34 100644 --- a/user/request_handler.go +++ b/user/request_handler.go @@ -20,7 +20,7 @@ import ( "io/ioutil" "log" "net/http" - "github.com/MikunoNaka/MAL2Go/util" + "github.com/MikunoNaka/MAL2Go/v2/util" "errors" "encoding/json" ) |