add list model dependency and mod tidy

This commit is contained in:
2023-02-21 23:12:32 -08:00
parent b813a818fe
commit fb8ab20877
3 changed files with 8 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/charmbracelet/bubbles/help"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/list"
"github.com/charmbracelet/bubbles/table"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
@@ -54,6 +55,8 @@ type (
AllRepos []string
SelectedRepos []string
cursor SettingsCursor
AuthorList list.Model
RepoList list.Model
}
Graph struct {
Selected int