Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 213b9c8

Browse files
chore(deps): bump github.com/Shopify/sarama from 1.24.0 to 1.24.1
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.24.0 to 1.24.1. - [Release notes](https://github.com/Shopify/sarama/releases) - [Changelog](https://github.com/Shopify/sarama/blob/master/CHANGELOG.md) - [Commits](IBM/sarama@v1.24.0...v1.24.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent b65e9b4 commit 213b9c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/inloco/kafka-elasticsearch-injector
33
go 1.13
44

55
require (
6-
github.com/Shopify/sarama v1.24.0
6+
github.com/Shopify/sarama v1.24.1
77
github.com/VividCortex/gohistogram v1.0.0 // indirect
88
github.com/bsm/sarama-cluster v2.1.15+incompatible
99
github.com/datamountaineer/schema-registry v0.0.0-20170721142813-6240b64c5baa

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ github.com/Shopify/sarama v1.19.0 h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s
55
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
66
github.com/Shopify/sarama v1.24.0 h1:99vo5VAgQybHwZwiOy/RX/S3i0somjGxur3pLeheqzI=
77
github.com/Shopify/sarama v1.24.0/go.mod h1:fGP8eQ6PugKEI0iUETYYtnP6d1pH/bdDMTel1X5ajsU=
8+
github.com/Shopify/sarama v1.24.1 h1:svn9vfN3R1Hz21WR2Gj0VW9ehaDGkiOS+VqlIcZOkMI=
9+
github.com/Shopify/sarama v1.24.1/go.mod h1:fGP8eQ6PugKEI0iUETYYtnP6d1pH/bdDMTel1X5ajsU=
810
github.com/Shopify/toxiproxy v2.1.4+incompatible h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=
911
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
1012
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=

0 commit comments

Comments
 (0)