Updated the go.mod to be the proper repo name

This commit is contained in:
hamilcarBarca17
2023-08-03 14:15:55 -06:00
parent 957e2bbc66
commit 3485e66ee9
6 changed files with 11 additions and 22 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"strings"
"time"
"github.com/Dark-Alex-17/dynamodb-benchmarker/pkg/models"
"github.com/Dark-Alex-17/dynamodb-benchmarker/pkg/simulators"
"github.com/Dark-Alex-17/dynamodb-benchmarker/pkg/utils"
"github.com/Dark-Alex-17/dynamodb-dax-benchmarker/pkg/models"
"github.com/Dark-Alex-17/dynamodb-dax-benchmarker/pkg/simulators"
"github.com/Dark-Alex-17/dynamodb-dax-benchmarker/pkg/utils"
"github.com/aws/aws-dax-go/dax"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"