chore: update import paths from github.com/charmbracelet/bubbles/v2 to charm.land/bubbles/v2

This commit is contained in:
Ayman Bagabas
2025-11-04 14:57:00 -05:00
parent 07735d1672
commit a10cfddef9
15 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/charmbracelet/bubbles/v2/key"
"charm.land/bubbles/v2/key"
"github.com/charmbracelet/x/ansi"
"github.com/charmbracelet/x/exp/golden"
)