diff options
| author | Priyansh <[email protected]> | 2025-08-27 15:35:04 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2025-08-27 15:35:04 +0530 |
| commit | d1b41da312e06dec0c4c175a39068f03344eda4c (patch) | |
| tree | 53d9b1baf1116d31f9101ba107b45053e1b36e16 /go.mod | |
| parent | 8f84fe9466567e9f127b8f2b180a06fe6fe9b3bd (diff) | |
| download | nectar-d1b41da312e06dec0c4c175a39068f03344eda4c.tar.xz nectar-d1b41da312e06dec0c4c175a39068f03344eda4c.zip | |
Add catppuccin and lipgloss dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,15 +3,16 @@ module nectar go 1.24.5 require ( + github.com/catppuccin/go v0.3.0 github.com/charmbracelet/bubbles v0.21.0 github.com/charmbracelet/bubbletea v1.3.6 + github.com/charmbracelet/lipgloss v1.1.0 golang.org/x/term v0.34.0 ) require ( github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect - github.com/charmbracelet/lipgloss v1.1.0 // indirect github.com/charmbracelet/x/ansi v0.9.3 // indirect github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect github.com/charmbracelet/x/term v0.2.1 // indirect |
