Skip to content

Commit

Permalink
chore(deps): update dependency com_github_grpc_ecosystem_grpc_gateway…
Browse files Browse the repository at this point in the history
… to v2
  • Loading branch information
renovate-bot committed Oct 17, 2020
1 parent 607b1aa commit 57d3f0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ _go_image_repos()

http_archive(
name = "com_github_grpc_ecosystem_grpc_gateway",
sha256 = "f03e3554d1547f7b57009beab88922612abf2d8fc7c2db9fece998cb625c530e",
strip_prefix = "grpc-gateway-1.15.2",
sha256 = "6ca86ada2bae9eb497175a2b3ed1cd985d72462abaa14af6300eae88199b1769",
strip_prefix = "grpc-gateway-2.0.0",
urls = [
"https://github.wuyanzheshui.workers.dev/grpc-ecosystem/grpc-gateway/archive/v1.15.2.tar.gz",
"https://github.com/grpc-ecosystem/grpc-gateway/archive/v1.15.2.tar.gz",
"https://github.wuyanzheshui.workers.dev/grpc-ecosystem/grpc-gateway/archive/v2.0.0.tar.gz",
"https://github.com/grpc-ecosystem/grpc-gateway/archive/v2.0.0.tar.gz",
],
)

Expand Down

0 comments on commit 57d3f0a

Please sign in to comment.