diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-05-20 18:44:28 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-05-20 18:44:28 +0530 |
commit | 775b8a4a1c8b73a38ecc7e75495361a6e9d74be1 (patch) | |
tree | e5bb74bc4fd18b390cfea0e0560225007e3c1701 /go.sum | |
parent | fab5bf455c92c371c3a89fbbf18b978cde70eb03 (diff) |
using the maltoken package to log in nowmaltoken
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,5 +101,7 @@ gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +vidhukant.com/maltoken v1.0.1 h1:d1Diya8T0qwqrGX6X6CxdPCAUqzRECUwxmIzRiOudUo= +vidhukant.com/maltoken v1.0.1/go.mod h1:xuREbNWWwZ3rJF3drcoP8q8Cl0IlWWuwaR7tlsDwm/g= vidhukant.com/mg v1.0.1 h1:s/GKS7Z6VlDQ5GC4QvyD0jq8SrYUcUEcvNDOfCxrXFc= vidhukant.com/mg v1.0.1/go.mod h1:2Iqo+jgEE8hINUNL1AoFrcs8UWCzuPelx/8lEPIUtqE= |