feat: use bubbletea/v2

This commit is contained in:
Ayman Bagabas
2024-09-18 14:09:58 -04:00
parent 488bef7c13
commit 0fdf5f5be5
19 changed files with 18 additions and 23 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"time"
tea "github.com/charmbracelet/bubbletea"
tea "github.com/charmbracelet/bubbletea/v2"
"github.com/charmbracelet/lipgloss"
)