File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/briandowns/spinner v1.23.2
1010 github.com/charmbracelet/glamour v0.6.0
1111 github.com/cli/safeexec v1.0.1
12- github.com/fatih/color v1.15 .0
12+ github.com/fatih/color v1.18 .0
1313 github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
1414 github.com/jedib0t/go-pretty v4.3.0+incompatible
1515 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
@@ -41,7 +41,7 @@ require (
4141 github.com/lithammer/fuzzysearch v1.1.8 // indirect
4242 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
4343 github.com/mattn/go-colorable v0.1.13 // indirect
44- github.com/mattn/go-isatty v0.0.18 // indirect
44+ github.com/mattn/go-isatty v0.0.20 // indirect
4545 github.com/mattn/go-runewidth v0.0.16 // indirect
4646 github.com/microcosm-cc/bluemonday v1.0.21 // indirect
4747 github.com/mitchellh/mapstructure v1.3.3 // indirect
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E
4545github.com/dlclark/regexp2 v1.4.0 /go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc =
4646github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs =
4747github.com/fatih/color v1.15.0 /go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw =
48+ github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM =
49+ github.com/fatih/color v1.18.0 /go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU =
4850github.com/go-openapi/errors v0.19.8 /go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M =
4951github.com/go-openapi/errors v0.20.2 h1:dxy7PGTqEh94zj2E3h1cUmQQWiM1+aeCROfAr02EmK8 =
5052github.com/go-openapi/errors v0.20.2 /go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M =
@@ -97,6 +99,8 @@ github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovk
9799github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
98100github.com/mattn/go-isatty v0.0.18 h1:DOKFKCQ7FNG2L1rbrmstDN4QVRdS89Nkh85u68Uwp98 =
99101github.com/mattn/go-isatty v0.0.18 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
102+ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
103+ github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
100104github.com/mattn/go-runewidth v0.0.9 /go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI =
101105github.com/mattn/go-runewidth v0.0.12 /go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk =
102106github.com/mattn/go-runewidth v0.0.13 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
You can’t perform that action at this time.
0 commit comments