Changed package from awstools to audax

This commit is contained in:
Leon Mika 2022-07-28 21:36:16 +10:00
parent 2a35667cdb
commit a8dd264983
83 changed files with 198 additions and 198 deletions

View file

@ -5,9 +5,9 @@ import (
"github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/lmika/awstools/internal/dynamo-browse/ui/teamodels/frame"
"github.com/lmika/awstools/internal/dynamo-browse/ui/teamodels/layout"
"github.com/lmika/awstools/internal/ssm-browse/models"
"github.com/lmika/audax/internal/dynamo-browse/ui/teamodels/frame"
"github.com/lmika/audax/internal/dynamo-browse/ui/teamodels/layout"
"github.com/lmika/audax/internal/ssm-browse/models"
"strings"
)