summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-04 23:01:24 +0200
committerPaul Buetow <paul@buetow.org>2024-11-04 23:01:24 +0200
commit5c557a08db23b01e5a953f0503db1f705de666fa (patch)
tree4be51ded9aa3b79ba2e02ac19d47532219f10ecf /go.mod
parent70e08336fcc32d69dc58d87a1e1b3e5554732264 (diff)
improved stats color
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a3f3856..6c61aac 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,6 @@ require (
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
)