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
+1 -1
View File
@@ -3,7 +3,7 @@ package simulators
import (
"time"
"github.com/Dark-Alex-17/dynamodb-benchmarker/pkg/models"
"github.com/Dark-Alex-17/dynamodb-dax-benchmarker/pkg/models"
"github.com/aws/aws-dax-go/dax"
"github.com/aws/aws-sdk-go/service/dynamodb"
log "github.com/sirupsen/logrus"