This repository was archived by the owner on Oct 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/inloco/kafka-elasticsearch-injector
33go 1.13
44
55require (
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
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ github.com/Shopify/sarama v1.19.0 h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s
55github.com/Shopify/sarama v1.19.0 /go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo =
66github.com/Shopify/sarama v1.24.0 h1:99vo5VAgQybHwZwiOy/RX/S3i0somjGxur3pLeheqzI =
77github.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 =
810github.com/Shopify/toxiproxy v2.1.4+incompatible h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc =
911github.com/Shopify/toxiproxy v2.1.4+incompatible /go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI =
1012github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE =
You can’t perform that action at this time.
0 commit comments