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 /go.mod | |
parent | d7457e783bdd62f64df4791634c0705805b0ff62 (diff) |
migrating all imports to v4
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module github.com/MikunoNaka/MAL2Go/v3 +module github.com/MikunoNaka/MAL2Go/v4 go 1.17 |