diff options
| author | Paul Buetow <paul@buetow.org> | 2024-06-17 09:29:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-06-17 09:29:40 +0300 |
| commit | 2f353f6d9aee9d9a989d11757289c11679752789 (patch) | |
| tree | 68ff89aa37c661ad6de00c3774ce45b31591a4e0 /go.mod | |
| parent | 4867c040ffddfc18b235e1950f44870c99acf096 (diff) | |
initial TUI for the client
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ module codeberg.org/snonux/gos go 1.22.2 + +require ( + github.com/charmbracelet/bubbletea v0.26.4 // indirect + github.com/charmbracelet/x/ansi v0.1.2 // indirect + github.com/charmbracelet/x/input v0.1.0 // indirect + github.com/charmbracelet/x/term v0.1.1 // indirect + github.com/charmbracelet/x/windows v0.1.0 // indirect + github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // 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-20230316100256-276c6243b2f6 // indirect + github.com/muesli/cancelreader v0.2.2 // indirect + github.com/rivo/uniseg v0.4.7 // indirect + github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect + golang.org/x/sync v0.7.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/text v0.3.8 // indirect +) |
