diff options
| author | Fuwn <[email protected]> | 2026-02-10 10:58:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 10:58:50 +0000 |
| commit | 5b0be377ff7731bf4e5402afe14df2121031ed90 (patch) | |
| tree | 06b79c9a432ff23d576d0a9f4ef3955ee9896c6a /go.mod | |
| download | deppa-5b0be377ff7731bf4e5402afe14df2121031ed90.tar.xz deppa-5b0be377ff7731bf4e5402afe14df2121031ed90.zip | |
feat: Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +module github.com/Fuwn/deppa + +go 1.25.6 + +require ( + github.com/charmbracelet/bubbles v0.21.1 + github.com/charmbracelet/bubbletea v1.3.10 + github.com/charmbracelet/lipgloss v1.1.0 +) + +require ( + github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect + github.com/charmbracelet/colorprofile v0.4.1 // indirect + github.com/charmbracelet/x/ansi v0.11.5 // indirect + github.com/charmbracelet/x/cellbuf v0.0.15 // indirect + github.com/charmbracelet/x/term v0.2.2 // indirect + github.com/clipperhouse/displaywidth v0.9.0 // indirect + github.com/clipperhouse/stringish v0.1.1 // indirect + github.com/clipperhouse/uax29/v2 v2.5.0 // indirect + github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect + github.com/lucasb-eyer/go-colorful v1.3.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.19 // indirect + github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect + github.com/muesli/cancelreader v0.2.2 // indirect + github.com/muesli/termenv v0.16.0 // indirect + github.com/rivo/uniseg v0.4.7 // indirect + github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect + golang.org/x/sys v0.38.0 // indirect + golang.org/x/text v0.3.8 // indirect +) |