bubbles/go.mod

12 lines
279 B
Modula-2
Raw Normal View History

module github.com/charmbracelet/bubbles
go 1.13
2020-01-30 05:46:03 +03:00
require (
github.com/atotto/clipboard v0.1.2
github.com/charmbracelet/bubbletea v0.12.0
2020-06-15 19:02:14 +03:00
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.7.4
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
2020-01-30 05:46:03 +03:00
)