42 lines
1.6 KiB
Modula-2
42 lines
1.6 KiB
Modula-2
module git.burning.moe/celediel/gt
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/charmbracelet/bubbles v0.18.0
|
|
github.com/charmbracelet/bubbletea v0.25.0
|
|
github.com/charmbracelet/lipgloss v0.11.0
|
|
github.com/charmbracelet/log v0.4.0
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/ijt/go-anytime v1.9.2
|
|
github.com/urfave/cli/v2 v2.27.2
|
|
gitlab.com/tymonx/go-formatter v1.5.1
|
|
golang.org/x/term v0.21.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/x/ansi v0.1.1 // indirect
|
|
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/ijt/goparsify v0.0.0-20221203142333-3a5276334b8d // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|