Bump reflow, termenv and go-isatty

This commit is contained in:
Christian Rocha
2021-10-28 09:23:54 -04:00
parent c29912c179
commit e52d1f1e90
2 changed files with 10 additions and 10 deletions

6
go.mod
View File

@@ -4,10 +4,10 @@ go 1.13
require (
github.com/containerd/console v1.0.2
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-isatty v0.0.13
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.8.1
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.9.0
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)