Changed package from awstools to audax
This commit is contained in:
parent
2a35667cdb
commit
a8dd264983
83 changed files with 198 additions and 198 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package controllers
|
||||
|
||||
import "github.com/lmika/awstools/internal/slog-view/models"
|
||||
import "github.com/lmika/audax/internal/slog-view/models"
|
||||
|
||||
type NewLogFile *models.LogFile
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ package controllers
|
|||
|
||||
import (
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
"github.com/lmika/awstools/internal/common/ui/events"
|
||||
"github.com/lmika/awstools/internal/slog-view/models"
|
||||
"github.com/lmika/awstools/internal/slog-view/services/logreader"
|
||||
"github.com/lmika/audax/internal/common/ui/events"
|
||||
"github.com/lmika/audax/internal/slog-view/models"
|
||||
"github.com/lmika/audax/internal/slog-view/services/logreader"
|
||||
"sync"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue