@@ -21,7 +21,7 @@ def ssr_deps():
2121 git_repository (
2222 name = "rules_proto" ,
2323 commit = "84ba6ec814eebbf5312b2cc029256097ae0042c3" ,
24- remote = "[email protected] :third-party-repos /rules_proto.git" ,
24+ remote = "https://github.com/bazelbuild /rules_proto.git" ,
2525 shallow_since = "1605857269 +0100" ,
2626 )
2727
@@ -30,7 +30,7 @@ def ssr_deps():
3030 name = "zlib" ,
3131 build_file = "@com_google_protobuf//:third_party/zlib.BUILD" ,
3232 commit = "c303a52bf22635cdb50025bd3d224fe705c975fc" ,
33- remote = "[email protected] :third-party-repos /zlib.git" ,
33+ remote = "https://github.com/madler /zlib.git" ,
3434 shallow_since = "1585194278 +0800" ,
3535 )
3636
@@ -44,8 +44,8 @@ def ssr_deps():
4444 if "com_google_protobuf" not in native .existing_rules ():
4545 git_repository (
4646 name = "com_google_protobuf" ,
47- # tag = "v3.13.0",
48- commit = "fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a" ,
49- remote = "[email protected] :third-party-repos /protobuf.git" ,
47+ tag = "v3.13.0" ,
48+ # commit = "fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a",
49+ remote = "https://github.com/protocolbuffers /protobuf.git" ,
5050 shallow_since = "1597443653 -0700" ,
5151 )
0 commit comments