Add gRPC client for KAS
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62646
Showing
... | @@ -482,6 +482,9 @@ gem 'spamcheck', '~> 0.1.0' | ... | @@ -482,6 +482,9 @@ gem 'spamcheck', '~> 0.1.0' |
# Gitaly GRPC protocol definitions | # Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 13.12.0.pre.rc1' | gem 'gitaly', '~> 13.12.0.pre.rc1' | ||
# KAS GRPC protocol definitions | |||
gem 'kas-grpc', '~> 0.0.2' | |||
gem 'grpc', '~> 1.30.2' | gem 'grpc', '~> 1.30.2' | ||
gem 'google-protobuf', '~> 3.17.1' | gem 'google-protobuf', '~> 3.17.1' | ||
... | ... |
lib/gitlab/kas/client.rb
0 → 100644
Please register or sign in to comment