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

View File

@@ -13,7 +13,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-isatty v0.0.18
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.1
github.com/muesli/termenv v0.15.2
)
require (
@@ -38,7 +38,7 @@ require (
github.com/yuin/goldmark-emoji v1.0.1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.7.0 // indirect
)