mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
28 lines
953 B
Modula-2
28 lines
953 B
Modula-2
module github.com/taigrr/gico
|
|
|
|
go 1.18
|
|
|
|
replace github.com/charmbracelet/bubbles => github.com/taigrr/bubbles v0.10.5
|
|
|
|
replace github.com/muesli/termenv => github.com/taigrr/termenv v0.11.2
|
|
|
|
replace github.com/charmbracelet/lipgloss => github.com/taigrr/lipgloss v0.5.1
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbletea v0.20.0
|
|
github.com/charmbracelet/lipgloss v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/containerd/console v1.0.3 // 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-20211031195517-c9f0611b6c70 // 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
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
|
|
)
|