feat(deps): update termenv (#768)

This commit is contained in:
Carlos Alexandro Becker
2023-06-28 11:40:08 -03:00
committed by GitHub
parent f75684c986
commit cd63c32c73
6 changed files with 18 additions and 20 deletions

4
go.mod
View File

@@ -9,7 +9,7 @@ require (
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.15.1
github.com/muesli/termenv v0.15.2
golang.org/x/sync v0.1.0
golang.org/x/term v0.6.0
)
@@ -19,6 +19,6 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.3.8 // indirect
)