Skip to content

Commit

Permalink
change module path to code-inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
moxley01 committed Oct 13, 2023
1 parent 02e4ecb commit 14cda37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion awslocal/awslocal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package awslocal_test
import (
"testing"

"github.com/magicbell-io/mason-go/awslocal"
"github.com/code-inbox/mason-go/awslocal"
)

func Test_AwsLocalCfg_New(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions ddb/ddblocal/ddblocal.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

"github.com/aws/aws-sdk-go-v2/service/dynamodb"
"github.com/aws/aws-sdk-go-v2/service/dynamodbstreams"
"github.com/magicbell-io/mason-go/awslocal"
"github.com/magicbell-io/mason-go/ddb"
"github.com/code-inbox/mason-go/awslocal"
"github.com/code-inbox/mason-go/ddb"
"github.com/ory/dockertest"
)

Expand Down
2 changes: 1 addition & 1 deletion ddbstream/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"strings"

typesStream "github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types"
"github.com/code-inbox/mason-go/ddb"
"github.com/google/uuid"
"github.com/magicbell-io/mason-go/ddb"
)

// Processor represents the ddbstream processor.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/magicbell-io/mason-go
module github.com/code-inbox/mason-go

go 1.21

Expand Down

0 comments on commit 14cda37

Please sign in to comment.