Skip to content

Commit

Permalink
chore(adapter.sarama): bump main module
Browse files Browse the repository at this point in the history
  • Loading branch information
alebabai committed Feb 21, 2024
1 parent b85289e commit 978e76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter/sarama/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/IBM/sarama v1.42.2
github.com/alebabai/go-kafka v0.2.3
github.com/alebabai/go-kafka v0.3.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions adapter/sarama/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/IBM/sarama v1.42.2 h1:VoY4hVIZ+WQJ8G9KNY/SQlWguBQXQ9uvFPOnrcu8hEw=
github.com/IBM/sarama v1.42.2/go.mod h1:FLPGUGwYqEs62hq2bVG6Io2+5n+pS6s/WOXVKWSLFtE=
github.com/alebabai/go-kafka v0.2.3 h1:rsCG2QY3Grhkf54aKobn+iL4Da1dKPloMCUBf1QOhf8=
github.com/alebabai/go-kafka v0.2.3/go.mod h1:s3tF1Jkubb+rQoIXZJCx1+yZjLSuK/HEAOl2rHs2zyY=
github.com/alebabai/go-kafka v0.3.0 h1:7Zgr7042gebAGWqfIzhTb0URG6ixt9iqFA8A0KIA0Yo=
github.com/alebabai/go-kafka v0.3.0/go.mod h1:s3tF1Jkubb+rQoIXZJCx1+yZjLSuK/HEAOl2rHs2zyY=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 978e76d

Please sign in to comment.