Bump termenv to v0.5.0

This commit is contained in:
Christian Rocha
2020-04-01 20:51:56 -04:00
parent eea5c2a32a
commit 7ddc284804
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ go 1.13
require (
github.com/charmbracelet/tea v0.0.0-20200220032354-23432f30dd46
github.com/muesli/termenv v0.4.1-0.20200225030536-aeb2025df636
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
github.com/muesli/termenv v0.5.0
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
)