Skip to content

Commit

Permalink
not sure why this is here
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyihu6 committed Jan 10, 2024
1 parent 894afa9 commit e08886f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEPS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]",
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",
Expand Down

0 comments on commit e08886f

Please sign in to comment.