Update dependencies

This commit is contained in:
Christian Rocha
2020-10-02 13:19:59 -04:00
parent fd0fece6bf
commit 4390b305ef
4 changed files with 11 additions and 17 deletions

4
go.mod
View File

@@ -5,6 +5,6 @@ go 1.13
require (
github.com/muesli/termenv v0.7.2
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
)