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

@ -1,7 +1,7 @@
package loglines
import (
table "github.com/calyptia/go-bubble-table"
table "github.com/lmika/go-bubble-table"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/lmika/awstools/internal/dynamo-browse/ui/teamodels/frame"

View file

@ -2,7 +2,7 @@ package loglines
import (
"fmt"
table "github.com/calyptia/go-bubble-table"
table "github.com/lmika/go-bubble-table"
"github.com/lmika/awstools/internal/slog-view/models"
"io"
"strings"