aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-05-20 18:44:28 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-05-20 18:44:28 +0530
commit775b8a4a1c8b73a38ecc7e75495361a6e9d74be1 (patch)
treee5bb74bc4fd18b390cfea0e0560225007e3c1701 /go.mod
parentfab5bf455c92c371c3a89fbbf18b978cde70eb03 (diff)
using the maltoken package to log in nowmaltoken
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ca0c27b..38bc99f 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)