Skip to content

Commit e9f1a42

Browse files
Bump github.com/segmentio/kafka-go from 0.4.49 to 0.4.50 (#871)
Bumps [github.com/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.49 to 0.4.50. - [Release notes](https://github.com/segmentio/kafka-go/releases) - [Commits](segmentio/kafka-go@v0.4.49...v0.4.50) --- updated-dependencies: - dependency-name: github.com/segmentio/kafka-go dependency-version: 0.4.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34adfcf commit e9f1a42

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16
1616
github.com/paulbellamy/ratecounter v0.2.0
1717
github.com/prometheus/client_golang v1.23.2
18-
github.com/segmentio/kafka-go v0.4.49
18+
github.com/segmentio/kafka-go v0.4.50
1919
github.com/sirupsen/logrus v1.9.3
2020
github.com/stretchr/testify v1.11.1
2121
github.com/vishvananda/netlink v1.3.1-0.20250425193846-9d88d8385bf9

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ github.com/safchain/ethtool v0.5.10 h1:Im294gZtuf4pSGJRAOGKaASNi3wMeFaGaWuSaomed
341341
github.com/safchain/ethtool v0.5.10/go.mod h1:w9jh2Lx7YBR4UwzLkzCmWl85UY0W2uZdd7/DckVE5+c=
342342
github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDcg+AAIFXc=
343343
github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik=
344-
github.com/segmentio/kafka-go v0.4.49 h1:GJiNX1d/g+kG6ljyJEoi9++PUMdXGAxb7JGPiDCuNmk=
345-
github.com/segmentio/kafka-go v0.4.49/go.mod h1:Y1gn60kzLEEaW28YshXyk2+VCUKbJ3Qr6DrnT3i4+9E=
344+
github.com/segmentio/kafka-go v0.4.50 h1:mcyC3tT5WeyWzrFbd6O374t+hmcu1NKt2Pu1L3QaXmc=
345+
github.com/segmentio/kafka-go v0.4.50/go.mod h1:Y1gn60kzLEEaW28YshXyk2+VCUKbJ3Qr6DrnT3i4+9E=
346346
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
347347
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
348348
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw=

vendor/github.com/segmentio/kafka-go/protocol/describegroups/describegroups.go

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ github.com/russross/blackfriday/v2
485485
# github.com/safchain/ethtool v0.5.10
486486
## explicit; go 1.16
487487
github.com/safchain/ethtool
488-
# github.com/segmentio/kafka-go v0.4.49
488+
# github.com/segmentio/kafka-go v0.4.50
489489
## explicit; go 1.23
490490
github.com/segmentio/kafka-go
491491
github.com/segmentio/kafka-go/compress

0 commit comments

Comments
 (0)