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: c1c895289d1b4ce2370bf323857bb2f054912e2d
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: d1c17c8f267c0083bb06aa75cef0df9f6dec61d6
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 = "a3db54afdf89bf3e049cb42515b34ba11f8a19535c40eac41f245181a7b00e59",
strip_prefix = "googleapis-2e5f8ba097342c6ef4efeba5c07677b3d35571d4",
sha256 = "29d83583093565126e85c220531d779c73915e681f236516cb42d078119452db",
strip_prefix = "googleapis-acd4aebdcdb746c99da8f95526ccb267a3e3b1f6",
urls = [
"https://github.com/googleapis/googleapis/archive/2e5f8ba097342c6ef4efeba5c07677b3d35571d4.zip",
"https://github.com/googleapis/googleapis/archive/acd4aebdcdb746c99da8f95526ccb267a3e3b1f6.zip",
],
)