Bump bubbles dependency in examples

This commit is contained in:
Christian Rocha
2020-07-23 12:48:22 -04:00
parent eecd6b0612
commit fe15629c9a
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ go 1.13
replace github.com/charmbracelet/bubbletea => ../
require (
github.com/charmbracelet/bubbles v0.4.0
github.com/charmbracelet/bubbles v0.5.0
github.com/charmbracelet/bubbletea v0.9.1-0.20200713153904-2f53eeb54b90
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/mattn/go-runewidth v0.0.9

View File

@@ -1,3 +1,7 @@
github.com/atotto/clipboard v0.1.2/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/charmbracelet/bubbles v0.4.0/go.mod h1:yhk6OKN3haEO3i/vYQVrvbPamvOPo2dVavWfbpsuUjg=
github.com/charmbracelet/bubbles v0.5.0 h1:pCm4XRZLYTaQGmyByztTUfCMzp7Ks30+9BpXg1gK9zM=
github.com/charmbracelet/bubbles v0.5.0/go.mod h1:xmZpdK4/Sn3bGgBKK40YPmM9Hf4taFGgKkLqSdAb0FA=
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 h1:VRIbnDWRmAh5yBdz+J6yFMF5vso1It6vn+WmM/5l7MA=
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776/go.mod h1:9wvnDu3YOfxzWM9Cst40msBF1C2UdQgDv962oTxSuMs=
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f h1:5CjVwnuUcp5adK4gmY6i72gpVFVnZDP2h5TmPScB6u4=