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

Commit 07d82c5

Browse files
chore(deps): bump github.com/Shopify/sarama from 1.24.1 to 1.27.1
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.24.1 to 1.27.1. - [Release notes](https://github.com/Shopify/sarama/releases) - [Changelog](https://github.com/Shopify/sarama/blob/master/CHANGELOG.md) - [Commits](IBM/sarama@v1.24.1...v1.27.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45458f0 commit 07d82c5

File tree

2 files changed

+45
-103
lines changed

2 files changed

+45
-103
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ module github.com/inloco/kafka-elasticsearch-injector
33
go 1.14
44

55
require (
6-
github.com/Shopify/sarama v1.24.1
6+
github.com/Shopify/sarama v1.27.1
77
github.com/bsm/sarama-cluster v2.1.15+incompatible
88
github.com/datamountaineer/schema-registry v0.0.0-20170721142813-6240b64c5baa
99
github.com/go-kit/kit v0.10.0
10-
github.com/klauspost/cpuid v1.2.1 // indirect
1110
github.com/linkedin/goavro/v2 v2.10.0
1211
github.com/olivere/elastic/v7 v7.0.23
1312
github.com/onsi/ginkgo v1.8.0 // indirect

0 commit comments

Comments
 (0)