2022-03-11 15:15:24 +00:00
|
|
|
module github.com/antonmedv/fx
|
|
|
|
|
|
|
|
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
|
2022-04-16 19:50:46 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
|
|
|
github.com/mazznoer/colorgrad v0.8.1
|
|
|
|
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
|
2022-04-07 08:32:34 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-03-11 15:15:24 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
|
|
github.com/containerd/console v1.0.3 // indirect
|
2022-04-07 08:32:34 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
2022-03-11 15:15:24 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2022-04-16 19:50:46 +00:00
|
|
|
github.com/mazznoer/csscolorparser v0.1.0 // indirect
|
2022-03-11 15:15:24 +00:00
|
|
|
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
|
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
2022-04-07 08:32:34 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-03-11 15:15:24 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2022-04-07 08:32:34 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
2022-03-11 15:15:24 +00:00
|
|
|
)
|