issue-50: fixed package name (#52)
Changed package name from github.com/lmika/audax to github.com/lmika/dynamo-browse
This commit is contained in:
parent
4b4d515ade
commit
f65c5778a9
107 changed files with 257 additions and 257 deletions
|
|
@ -4,8 +4,8 @@ import (
|
|||
"context"
|
||||
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
"github.com/lmika/audax/internal/common/ui/dispatcher"
|
||||
"github.com/lmika/audax/internal/common/ui/uimodels"
|
||||
"github.com/lmika/dynamo-browse/internal/common/ui/dispatcher"
|
||||
"github.com/lmika/dynamo-browse/internal/common/ui/uimodels"
|
||||
)
|
||||
|
||||
func New(ctx context.Context) (context.Context, *TestUIContext) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue