Prompt user for primary and secondary key for new items

This commit is contained in:
Leon Mika 2022-06-09 20:33:19 +10:00
parent a4216b47f5
commit e5a7b82a63
19 changed files with 191 additions and 53 deletions

View file

@ -7,7 +7,7 @@ import (
"log"
"strings"
table "github.com/calyptia/go-bubble-table"
table "github.com/lmika/go-bubble-table"
"github.com/charmbracelet/bubbles/textinput"
"github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea"

View file

@ -5,7 +5,7 @@ import (
"io"
"strings"
table "github.com/calyptia/go-bubble-table"
table "github.com/lmika/go-bubble-table"
"github.com/lmika/awstools/internal/sqs-browse/models"
)