2020-05-26 02:57:58 +03:00
|
|
|
module github.com/charmbracelet/bubbles
|
2020-01-18 18:57:38 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-01-30 05:46:03 +03:00
|
|
|
require (
|
2020-08-20 20:30:57 +03:00
|
|
|
github.com/atotto/clipboard v0.1.2
|
2020-10-22 22:32:16 +03:00
|
|
|
github.com/charmbracelet/bubbletea v0.12.1
|
2020-06-15 19:02:14 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-10-16 18:54:00 +03:00
|
|
|
github.com/muesli/termenv v0.7.4
|
2020-10-22 22:32:16 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
|
2020-01-30 05:46:03 +03:00
|
|
|
)
|