From 2f42995ff3cceea702f9d92bb1d505600955dcd4 Mon Sep 17 00:00:00 2001 From: theimpostor Date: Sun, 18 Aug 2024 11:43:07 -0500 Subject: check stdin readable and update readme --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3