You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
804 B
24 lines
804 B
module github.com/rudi9719/kbtui |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/charmbracelet/bubbles v0.10.3 |
|
github.com/charmbracelet/bubbletea v0.20.0 |
|
github.com/charmbracelet/lipgloss v0.5.0 |
|
github.com/mattn/go-isatty v0.0.14 |
|
github.com/muesli/reflow v0.3.0 |
|
samhofi.us/x/keybase v1.0.0 |
|
) |
|
|
|
require ( |
|
github.com/containerd/console v1.0.3 // indirect |
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
|
github.com/mattn/go-runewidth v0.0.13 // indirect |
|
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect |
|
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect |
|
github.com/rivo/uniseg v0.2.0 // indirect |
|
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect |
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
|
samhofi.us/x/keybase/v2 v2.1.1 |
|
)
|
|
|