Skip to content

Commit 525f061

Browse files
jacobstrpcj
authored andcommitted
Use https instead of http. (#117)
The http endpoint is timing out and though I can't find evidence of it, I suspect github may be sunsetting http in favor of https.
1 parent aaed5cb commit 525f061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc_gateway/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DEPS = {
2121

2222
"com_github_grpc_ecosystem_grpc_gateway_googleapis": {
2323
"rule": "new_http_archive",
24-
"url": "http://github.com/grpc-ecosystem/grpc-gateway/archive/597c8c358cb7475bc9fc495af32f94065aa6b6e1.zip",
24+
"url": "https://github.com/grpc-ecosystem/grpc-gateway/archive/597c8c358cb7475bc9fc495af32f94065aa6b6e1.zip",
2525
"strip_prefix": "grpc-gateway-597c8c358cb7475bc9fc495af32f94065aa6b6e1/third_party/googleapis", # Apr 24, 2017
2626
"sha256": "36d2f6f44271bc397c3ded20a35c3b78024e873615caf417fdafde08500ca78d",
2727
"build_file_content": GOOGLEAPIS_BUILD_FILE,

0 commit comments

Comments
 (0)