Moved package to lmika.dev/cmd/dynamo-browse
All checks were successful
ci / build (push) Successful in 3m17s

This commit is contained in:
Leon Mika 2025-05-26 22:04:23 +10:00
parent 8b5b5798da
commit 32ae488066
111 changed files with 297 additions and 297 deletions

View file

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