Changed package from awstools to audax
This commit is contained in:
parent
2a35667cdb
commit
a8dd264983
83 changed files with 198 additions and 198 deletions
|
|
@ -3,9 +3,9 @@ package controllers
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/lmika/awstools/internal/common/ui/uimodels"
|
||||
"github.com/lmika/awstools/internal/sqs-browse/models"
|
||||
"github.com/lmika/awstools/internal/sqs-browse/services/messages"
|
||||
"github.com/lmika/audax/internal/common/ui/uimodels"
|
||||
"github.com/lmika/audax/internal/sqs-browse/models"
|
||||
"github.com/lmika/audax/internal/sqs-browse/services/messages"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue