From e08886f320638ef7a06efafea363b277f386c9f2 Mon Sep 17 00:00:00 2001 From: Wenyi Hu Date: Tue, 9 Jan 2024 10:46:27 -0500 Subject: [PATCH] not sure why this is here --- DEPS.bzl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEPS.bzl b/DEPS.bzl index a2e20469a935..ce6ee015816d 100644 --- a/DEPS.bzl +++ b/DEPS.bzl @@ -7874,6 +7874,16 @@ def go_deps(): "https://storage.googleapis.com/cockroach-godeps/gomod/github.com/Shopify/logrus-bugsnag/com_github_shopify_logrus_bugsnag-v0.0.0-20171204204709-577dee27f20d.zip", ], ) + go_repository( + name = "com_github_shopify_sarama", + build_file_proto_mode = "disable_global", + importpath = "github.com/Shopify/sarama", + sha256 = "ca251ac94fc78893afd2c2debf9ae061223ff4cb174daa508e2b0146f66de40e", + strip_prefix = "github.com/Shopify/sarama@v1.22.2-0.20190604114437-cd910a683f9f", + urls = [ + "https://storage.googleapis.com/cockroach-godeps/gomod/github.com/Shopify/sarama/com_github_shopify_sarama-v1.22.2-0.20190604114437-cd910a683f9f.zip", + ], + ) go_repository( name = "com_github_shopify_toxiproxy", build_file_proto_mode = "disable_global",