Bump bubbles in examples and remove NewModel function in pager example

This commit is contained in:
Christian Rocha
2020-07-29 20:05:54 -04:00
parent 6d919a9213
commit a784aa32ca
4 changed files with 9 additions and 7 deletions

4
go.mod
View File

@@ -5,6 +5,6 @@ go 1.13
require (
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
)