Files
bubbletea/examples/go.mod
Christian Rocha 719d246edd Bump dependencies
2020-06-22 13:54:16 -04:00

14 lines
396 B
Modula-2

module examples
go 1.13
replace github.com/charmbracelet/bubbletea => ../
require (
github.com/charmbracelet/bubbles v0.2.1-0.20200621033419-e9dd6b06e039
github.com/charmbracelet/bubbletea v0.8.3-0.20200622174044-8bab4bce9a84
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
)