Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated kafkaconfluent-kafka-go to 1.9.2 to fix arm64 issue with new … #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ go 1.13

require (
github.com/aws/aws-sdk-go v1.32.6
github.com/confluentinc/confluent-kafka-go v1.7.0
github.com/confluentinc/confluent-kafka-go v1.9.2
Copy link
Collaborator

@vijay-swiggy vijay-swiggy Nov 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ShriprasadM For the sake of completeness, can you attach the test case(s) you ran for this change? In this case, a build report of before and after should work I guess.

github.com/docker/docker v20.10.7+incompatible
github.com/docker/go-connections v0.4.0
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/gomodule/redigo v2.0.0+incompatible
github.com/hashicorp/consul/api v1.5.0
github.com/testcontainers/testcontainers-go v0.11.1
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
google.golang.org/grpc v1.33.2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.46.0

)
Loading