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

@ -1,7 +1,7 @@
package testworkspace
import (
"github.com/lmika/audax/internal/common/workspaces"
"github.com/lmika/dynamo-browse/internal/common/workspaces"
"github.com/stretchr/testify/assert"
"os"
"testing"