summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-18 21:10:40 +0300
committerPaul Buetow <paul@buetow.org>2024-10-18 21:10:40 +0300
commit84b404e392c94174d1c5ae4feb8afc4f5d334346 (patch)
tree19237b127ef441e820dfd98bb4d0725736614093 /go.mod
parent170a30c7cce4dbe78a20d6379998dcfc41a5c524 (diff)
added prompt colors
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 1d44043..563eb4f 100644
--- a/go.mod
+++ b/go.mod
@@ -6,3 +6,10 @@ require (
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
golang.org/x/oauth2 v0.23.0
)
+
+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
+ golang.org/x/sys v0.18.0 // indirect
+)