mirror of
https://github.com/sern-handler/cli
synced 2026-06-28 02:32:20 +00:00
28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
Modula-2
module github.com/sern-handler/cli
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/erikgeiser/promptkit v0.6.0
|
|
github.com/spf13/cobra v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/charmbracelet/bubbles v0.10.3 // indirect
|
|
github.com/charmbracelet/bubbletea v0.20.0 // indirect
|
|
github.com/charmbracelet/lipgloss v0.4.0 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
)
|