Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grpc-ecosystem/grpc-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a78480f3c8bbba760b2a46fbe38c30c1bd1af35c
Choose a base ref
..
head repository: grpc-ecosystem/grpc-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5a7d40aceb9033e85dc0fed76f1b5a24523ae87
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +2 −2 MODULE.bazel.lock
  2. +3 −3 WORKSPACE
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -42,10 +42,10 @@ http_archive(

http_archive(
name = "googleapis",
sha256 = "32114d51fe7636ec75eef5f275c93e8faf25fea9bf1fb241c6d8ccdb37baaf58",
strip_prefix = "googleapis-245c4f55bc6c700003485d355f113f7c0879f5cf",
sha256 = "7440a0d1fb9733f890daf697bc64cfd48d560841b8d303f02a86c7a9512f40c2",
strip_prefix = "googleapis-7c6f112ae16c596b4fda111e1eb9b81385cf865f",
urls = [
"https://github.com/googleapis/googleapis/archive/245c4f55bc6c700003485d355f113f7c0879f5cf.zip",
"https://github.com/googleapis/googleapis/archive/7c6f112ae16c596b4fda111e1eb9b81385cf865f.zip",
],
)