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:
Leon Mika 2023-04-17 08:31:03 +10:00 committed by GitHub
parent 4b4d515ade
commit f65c5778a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
107 changed files with 257 additions and 257 deletions

View file

@ -4,7 +4,7 @@ import (
"testing"
"github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue"
"github.com/lmika/audax/internal/dynamo-browse/models"
"github.com/lmika/dynamo-browse/internal/dynamo-browse/models"
"github.com/stretchr/testify/assert"
)