bubbles/go.mod

15 lines
431 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.13.1
2021-04-12 22:54:56 +03:00
github.com/charmbracelet/lipgloss v0.1.2
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.12
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.8.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
2020-01-30 05:46:03 +03:00
)