Skip to content

Commit

Permalink
Merge pull request #13 from dnwe/sarama
Browse files Browse the repository at this point in the history
fix: correct sarama import path in README.md
sankalpbhatia authored Dec 5, 2023
2 parents 6f7dd66 + 127e9fa commit e0d344a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ import (
"time"

"github.com/aws/aws-msk-iam-sasl-signer-go/signer"
"github.com/Shopify/sarama"
"github.com/IBM/sarama"
)

var (
@@ -121,7 +121,7 @@ import (
"os/signal"

"github.com/awslabs/aws-msk-iam-sasl-signer-go/signer"
"github.com/Shopify/sarama"
"github.com/IBM/sarama"
)

var (

0 comments on commit e0d344a

Please sign in to comment.