Skip to content

Commit

Permalink
fix: correct sarama import path in README.md
Browse files Browse the repository at this point in the history
Update to use the current import path for Sarama

Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe committed Dec 4, 2023
1 parent 6f7dd66 commit 127e9fa
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
Expand Up @@ -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 (
Expand Down Expand Up @@ -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 (
Expand Down

0 comments on commit 127e9fa

Please sign in to comment.