Bump reflow to v0.2.0 in examples

This commit is contained in:
Christian Rocha
2020-10-26 21:23:25 -04:00
parent 93adce2131
commit 30e88cb04e
2 changed files with 14 additions and 12 deletions

View File

@@ -5,14 +5,13 @@ go 1.13
require (
github.com/charmbracelet/bubbles v0.7.1
github.com/charmbracelet/bubbletea v0.12.1
github.com/charmbracelet/glamour v0.2.0 // indirect
github.com/charmbracelet/glamour v0.2.0
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/reflow v0.1.0
github.com/muesli/reflow v0.2.0
github.com/muesli/termenv v0.7.4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1 // indirect
)
replace github.com/charmbracelet/bubbletea => ../