Move components over and update examples

This commit is contained in:
Christian Rocha
2020-05-12 17:05:16 -04:00
parent 4bf40fbe62
commit 82ddbb8e12
15 changed files with 1002 additions and 57 deletions

1
go.mod
View File

@@ -5,5 +5,6 @@ go 1.13
require (
github.com/muesli/termenv v0.5.2
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/sys v0.0.0-20200430202703-d923437fa56d // indirect
)