bubbles/go.mod
2020-08-22 11:24:06 -04:00

14 lines
342 B
Modula-2

module github.com/charmbracelet/bubbles
go 1.13
require (
github.com/atotto/clipboard v0.1.2
github.com/charmbracelet/bubbletea v0.10.3
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.7.2
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
)
replace github.com/charmbracelet/bubbletea => ../bubbletea