diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-17 21:55:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-17 21:55:42 +0530 |
commit | f1a83e9b5cf1931adcdccef9db4586eeab987700 (patch) | |
tree | dd2f0ea29cfa0d585427a403a5be32a8ff4d4272 /go.mod | |
parent | 7a910534c8d1e82420ef763b514f2763bda63e65 (diff) |
actually fixed all the errors with broken imports and clients
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ module github.com/MikunoNaka/MAL2Go go 1.17 - -require github.com/MikunoNaka/mal2go v0.0.0-20220213112712-541c75949e86 |