File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ http_archive(
4747
4848http_archive (
4949 name = "com_google_protobuf" ,
50- strip_prefix = "protobuf-a37cc13b2f6d11303811011b0bfbc867e7c0bf2b" , # this is 3.12.1
51- urls = ["https://github.com/protocolbuffers/protobuf/archive/a37cc13b2f6d11303811011b0bfbc867e7c0bf2b.zip" ],
50+ sha256 = "e5265d552e12c1f39c72842fa91d84941726026fa056d914ea6a25cd58d7bbf8" ,
51+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.12.3.zip" ],
52+ strip_prefix = "protobuf-3.12.3" ,
5253)
5354
5455load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
@@ -323,3 +324,17 @@ php(
323324)
324325
325326php_gapic_repositories ()
327+
328+ ##############################################################################
329+ # C#
330+ ##############################################################################
331+
332+ http_archive (
333+ name = "gapic_generator_csharp" ,
334+ urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/master.zip" ],
335+ strip_prefix = "gapic-generator-csharp-master" ,
336+ )
337+
338+ load ("@gapic_generator_csharp//:repositories.bzl" , "gapic_generator_csharp_repositories" )
339+
340+ gapic_generator_csharp_repositories ()
You can’t perform that action at this time.
0 commit comments