заменяет на Maks1mS/bubbles

This commit is contained in:
2022-11-09 12:20:21 +00:00
parent 01abdf10c0
commit 0c77bee95d
11 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import (
"io"
"strings"
"github.com/charmbracelet/bubbles/key"
"github.com/Maks1mS/bubbles/key"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/muesli/reflow/truncate"

View File

@@ -1,6 +1,6 @@
package list
import "github.com/charmbracelet/bubbles/key"
import "github.com/Maks1mS/bubbles/key"
// KeyMap defines keybindings. It satisfies to the help.KeyMap interface, which
// is used to render the menu menu.

View File

@@ -10,11 +10,11 @@ import (
"strings"
"time"
"github.com/charmbracelet/bubbles/help"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/paginator"
"github.com/charmbracelet/bubbles/spinner"
"github.com/charmbracelet/bubbles/textinput"
"github.com/Maks1mS/bubbles/help"
"github.com/Maks1mS/bubbles/key"
"github.com/Maks1mS/bubbles/paginator"
"github.com/Maks1mS/bubbles/spinner"
"github.com/Maks1mS/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/muesli/reflow/ansi"