diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:30:03 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:30:03 +0530 |
commit | 7215c7f3bb6ae6e9c5c240be1f0429fb2fafab28 (patch) | |
tree | 3092b24ab061f0b6e1c59a155960b340f39d3be5 /go.mod | |
parent | 17af32297ecaef13161b37de0a5abc2e3a8c93fc (diff) |
added v2 path to go.mod
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 +module github.com/MikunoNaka/MAL2Go/v2 go 1.17 |