Update termenv and remove nil pointer workaround

This commit is contained in:
Christian Rocha
2020-02-24 22:31:45 -05:00
parent 05a2984fe2
commit aecd5ac8e2
3 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ replace github.com/charmbracelet/teaparty => ../
require (
github.com/charmbracelet/tea v0.0.0-20200220032354-23432f30dd46
github.com/charmbracelet/teaparty v0.0.0-20200212224515-b4d35fd52906
github.com/muesli/termenv v0.4.1-0.20200131124310-936567584c3e
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
github.com/muesli/termenv v0.4.1-0.20200225030536-aeb2025df636
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
)