52 lines
2.1 KiB
Modula-2
52 lines
2.1 KiB
Modula-2
module git.burning.moe/celediel/gt
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.5.0
|
|
github.com/charmbracelet/bubbles v0.18.0
|
|
github.com/charmbracelet/bubbletea v0.26.6
|
|
github.com/charmbracelet/huh v0.5.2
|
|
github.com/charmbracelet/lipgloss v0.12.1
|
|
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/lithammer/fuzzysearch v1.1.8
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
github.com/urfave/cli/v2 v2.27.3
|
|
gitlab.com/tymonx/go-formatter v1.5.1
|
|
golang.org/x/term v0.22.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/catppuccin/go v0.2.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.1.4 // indirect
|
|
github.com/charmbracelet/x/exp/strings v0.0.0-20240725160154-f9f6568126ec // indirect
|
|
github.com/charmbracelet/x/input v0.1.3 // indirect
|
|
github.com/charmbracelet/x/term v0.1.1 // indirect
|
|
github.com/charmbracelet/x/windows v0.1.2 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // 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.16 // indirect
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // 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/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|