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.mod | |
parent | fab5bf455c92c371c3a89fbbf18b978cde70eb03 (diff) |
using the maltoken package to log in nowmaltoken
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,8 @@ module vidhukant.com/macli -go 1.21.0 +go 1.21.4 + +toolchain go1.22.3 require ( github.com/jedib0t/go-pretty/v6 v6.5.9 @@ -37,4 +39,5 @@ require ( golang.org/x/text v0.15.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect + vidhukant.com/maltoken v1.0.1 // indirect ) |