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
@@ -5,7 +5,7 @@ import (
"io"
"strings"
"github.com/charmbracelet/bubbles/v2/key"
"charm.land/bubbles/v2/key"
tea "charm.land/bubbletea/v2"
"github.com/charmbracelet/lipgloss/v2"
"github.com/charmbracelet/x/ansi"
+1 -1
View File
@@ -1,6 +1,6 @@
package list
import "github.com/charmbracelet/bubbles/v2/key"
import "charm.land/bubbles/v2/key"
// KeyMap defines keybindings. It satisfies to the help.KeyMap interface, which
// is used to render the menu.
+5 -5
View File
@@ -16,11 +16,11 @@ import (
"github.com/charmbracelet/x/ansi"
"github.com/sahilm/fuzzy"
"github.com/charmbracelet/bubbles/v2/help"
"github.com/charmbracelet/bubbles/v2/key"
"github.com/charmbracelet/bubbles/v2/paginator"
"github.com/charmbracelet/bubbles/v2/spinner"
"github.com/charmbracelet/bubbles/v2/textinput"
"charm.land/bubbles/v2/help"
"charm.land/bubbles/v2/key"
"charm.land/bubbles/v2/paginator"
"charm.land/bubbles/v2/spinner"
"charm.land/bubbles/v2/textinput"
)
func clamp[T cmp.Ordered](v, low, high T) T {
+1 -1
View File
@@ -1,7 +1,7 @@
package list
import (
"github.com/charmbracelet/bubbles/v2/textinput"
"charm.land/bubbles/v2/textinput"
"github.com/charmbracelet/lipgloss/v2"
)