summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 63c7f64..320321e 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ toolchain go1.23.0
require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/jba/slog v0.2.0
+ github.com/mattn/go-isatty v0.0.20
github.com/spf13/cobra v1.8.1
)