summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-06-18 09:16:11 +0300
committerPaul Buetow <paul@buetow.org>2024-06-18 09:16:11 +0300
commitc8d842353f1b21971443dcaf6658bad77ad24b85 (patch)
tree3bf0e48ae42b453e5d81e8e012367c2d68b34022 /go.mod
parentfd005e1b770b071eaa137877d9fe7a5845670de9 (diff)
add basic lipgloss style
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 701650f..8ec2ef9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,16 +3,21 @@ module codeberg.org/snonux/gos
go 1.22.2
require (
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/bubbletea v0.26.4 // indirect
+ github.com/charmbracelet/lipgloss v0.11.0 // 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/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-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/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sync v0.7.0 // indirect