Bump main, example, and tutorial dependencies

This commit is contained in:
Christian Rocha
2022-01-13 11:41:09 -05:00
committed by GitHub
parent 7ead21e787
commit 99ba63fe8a
6 changed files with 41 additions and 48 deletions

4
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.13
github.com/mattn/go-isatty v0.0.14
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
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/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)