summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-04 22:53:47 +0200
committerPaul Buetow <paul@buetow.org>2024-11-04 22:53:47 +0200
commit70e08336fcc32d69dc58d87a1e1b3e5554732264 (patch)
tree4407790335e11ed8895a466681b7e3745a55143f /go.mod
parentfd43fe299047c1c993678a28cbb84418190060d6 (diff)
add table output for stats
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 1b14607..a3f3856 100644
--- a/go.mod
+++ b/go.mod
@@ -11,6 +11,8 @@ require (
github.com/fatih/color v1.17.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mattn/go-runewidth v0.0.9 // indirect
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)