diff --git a/examples/go.mod b/examples/go.mod index 9885f91..a879b10 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -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 diff --git a/examples/go.sum b/examples/go.sum index 4712916..03abc20 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -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=