bubbles/go.mod

12 lines
297 B
Modula-2
Raw Normal View History

module github.com/charmbracelet/bubbles
go 1.13
2020-01-30 05:46:03 +03:00
require (
2020-06-22 20:51:51 +03:00
github.com/charmbracelet/bubbletea v0.8.3-0.20200622174044-8bab4bce9a84
2020-06-15 19:02:14 +03:00
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
2020-01-30 05:46:03 +03:00
)
replace github.com/charmbracelet/bubbletea => ../bubbletea