chore: bump go-isatty dep

This commit is contained in:
Christian Muehlhaeuser
2022-08-15 11:54:44 +02:00
parent 1e1b5f716d
commit ca333e7d79
5 changed files with 15 additions and 24 deletions

4
go.mod
View File

@@ -4,11 +4,11 @@ go 1.13
require (
github.com/containerd/console v1.0.3
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-isatty v0.0.16
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
github.com/muesli/cancelreader v0.2.2
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
)